Skip to content

Commit

Permalink
Admin user sync
Browse files Browse the repository at this point in the history
  • Loading branch information
geekwright committed May 7, 2020
1 parent f03ae66 commit f79994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/modules/system/admin/users/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
// Synchronize
case 'users_synchronize':
if (isset($_REQUEST['status']) && $_REQUEST['status'] == 1) {
synchronize($$uid, 'user');
synchronize($uid, 'user');
} elseif (isset($_REQUEST['status']) && $_REQUEST['status'] == 2) {
synchronize('', 'all users');
}
Expand Down

0 comments on commit f79994b

Please sign in to comment.