Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(agent): save system permission bit
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Sep 24, 2018
1 parent 3cb84bd commit afb4938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/agent.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ protected function enrollByInvitationToken($input) {
$input['version'] = $version;
$input['users_id'] = $agentAccount->getID();
$input['mdm_type'] = $mdmType;
$input['$systemPermission'] = $systemPermission;
$input['systemPermission'] = $systemPermission;
return $input;

}
Expand Down

0 comments on commit afb4938

Please sign in to comment.