diff options
Diffstat (limited to 'actions/widgets/save.php')
-rw-r--r-- | actions/widgets/save.php | 4 |
1 files changed, 1 insertions, 3 deletions
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 +} |