diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-18 20:19:12 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-18 20:19:12 +0000 |
commit | b62d40b4d21a0cf06c31ca4cb47d5a2523276e2d (patch) | |
tree | bcf5e59d8d95b95f43cfe5e3c8d5691357df2531 /mod/groups/actions | |
parent | fd073ace657899c56a491f66c7f454fa3e00c3bb (diff) | |
download | elgg-b62d40b4d21a0cf06c31ca4cb47d5a2523276e2d.tar.gz elgg-b62d40b4d21a0cf06c31ca4cb47d5a2523276e2d.tar.bz2 |
Merged group featuring fixes to trunk [6493]
git-svn-id: http://code.elgg.org/elgg/trunk@6513 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/actions')
-rw-r--r-- | mod/groups/actions/featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/actions/featured.php b/mod/groups/actions/featured.php index c6fc9f397..7bc7acdd6 100644 --- a/mod/groups/actions/featured.php +++ b/mod/groups/actions/featured.php @@ -16,7 +16,7 @@ admin_gatekeeper(); $group_guid = get_input('group_guid'); - $action = get_input('type'); + $action = get_input('action_type'); $group = get_entity($group_guid); |