diff options
Diffstat (limited to 'actions/widgets/save.php')
-rw-r--r-- | actions/widgets/save.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/widgets/save.php b/actions/widgets/save.php index 40d62c735..fce221672 100644 --- a/actions/widgets/save.php +++ b/actions/widgets/save.php @@ -11,7 +11,8 @@ * @link http://elgg.org/
*/
-
+ action_gatekeeper(); +
$guid = get_input('guid');
$params = $_REQUEST['params'];
$pageurl = get_input('pageurl');
|