From f8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 21 Feb 2010 20:19:32 +0000 Subject: Refs #1538: Removed action_gatekeeper() from action files in core. git-svn-id: http://code.elgg.org/elgg/trunk@3960 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/user/requestnewpassword.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/user/requestnewpassword.php') diff --git a/actions/user/requestnewpassword.php b/actions/user/requestnewpassword.php index 88a02a4fc..400ce86ae 100644 --- a/actions/user/requestnewpassword.php +++ b/actions/user/requestnewpassword.php @@ -10,8 +10,6 @@ global $CONFIG; -action_gatekeeper(); - $username = get_input('username'); $access_status = access_get_show_hidden_status(); -- cgit v1.2.3