diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-02 01:08:42 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-02 01:08:42 +0000 |
commit | ac28ee3f7abac584c0b787604112611fe8f6b207 (patch) | |
tree | 27eb875b43f17fc695dbb4465040562cb880f741 /actions/widgets | |
parent | b2661f317eebc4ebeef19540a87cc39f149a0eb8 (diff) | |
download | elgg-ac28ee3f7abac584c0b787604112611fe8f6b207.tar.gz elgg-ac28ee3f7abac584c0b787604112611fe8f6b207.tar.bz2 |
updated group widget
git-svn-id: http://code.elgg.org/elgg/trunk@7811 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/widgets')
-rw-r--r-- | actions/widgets/save.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/widgets/save.php b/actions/widgets/save.php index a78f4ca75..b1649cc17 100644 --- a/actions/widgets/save.php +++ b/actions/widgets/save.php @@ -6,6 +6,8 @@ * @subpackage Widgets.Management */ +elgg_set_context('widgets'); + $guid = get_input('guid'); $params = get_input('params'); |