diff options
Diffstat (limited to 'actions/user/default_access.php')
-rw-r--r-- | actions/user/default_access.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/user/default_access.php b/actions/user/default_access.php index ae489dcbe..0c2390842 100644 --- a/actions/user/default_access.php +++ b/actions/user/default_access.php @@ -9,8 +9,6 @@ global $CONFIG; if ($CONFIG->allow_user_default_access) { - gatekeeper(); - $default_access = get_input('default_access'); $user_id = get_input('guid'); |