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/widgets/save.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'actions/widgets/save.php') diff --git a/actions/widgets/save.php b/actions/widgets/save.php index 60861acb8..7e9c91dcd 100644 --- a/actions/widgets/save.php +++ b/actions/widgets/save.php @@ -8,8 +8,6 @@ * @link http://elgg.org/ */ -action_gatekeeper(); - $guid = get_input('guid'); $params = $_REQUEST['params']; $pageurl = get_input('pageurl'); @@ -29,4 +27,4 @@ if ($result) { if (!$noforward) { forward($_SERVER['HTTP_REFERER']); -} \ No newline at end of file +} -- cgit v1.2.3