From 38f3674095d16bfb73320eb2e0b566ad4484882d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 01:23:02 +0000 Subject: Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actions git-svn-id: http://code.elgg.org/elgg/trunk@7433 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/user/default_access.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/user/default_access.php') 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'); -- cgit v1.2.3