diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 13:50:33 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 13:50:33 +0000 |
commit | b43d13eca7331e81f108202ffe7a2dacd237bb0f (patch) | |
tree | b40a0e2e7f75ce41a1d778987d227b0218f4d235 /actions | |
parent | 72a267095253a9e26b1cb17faad3ee28bfd23ab9 (diff) | |
download | elgg-b43d13eca7331e81f108202ffe7a2dacd237bb0f.tar.gz elgg-b43d13eca7331e81f108202ffe7a2dacd237bb0f.tar.bz2 |
Refs #210 & #211 : Widgets edit now using action_gatekeeper
git-svn-id: https://code.elgg.org/elgg/trunk@1827 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-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');
|