From b43d13eca7331e81f108202ffe7a2dacd237bb0f Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2008 13:50:33 +0000 Subject: Refs #210 & #211 : Widgets edit now using action_gatekeeper git-svn-id: https://code.elgg.org/elgg/trunk@1827 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/widgets/save.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/widgets/save.php') 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'); -- cgit v1.2.3