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

Commit 7dc196e

Browse files
committed
Merge branch 'feature/fix_system_permission' into develop
2 parents 2f260f0 + 50865a3 commit 7dc196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/agent.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ protected function enrollByInvitationToken($input) {
13841384
$input['version'] = $version;
13851385
$input['users_id'] = $agentAccount->getID();
13861386
$input['mdm_type'] = $mdmType;
1387-
$input['$systemPermission'] = $systemPermission;
1387+
$input['systemPermission'] = $systemPermission;
13881388
return $input;
13891389

13901390
}

0 commit comments

Comments
 (0)