From 7d32ef15fcb53dab6f797b213362c1a7f2d05c25 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 7 Jun 2010 13:17:28 +0000 Subject: featuring and unfeaturing groups now works git-svn-id: http://code.elgg.org/elgg/trunk@6377 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/featured.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mod/groups/actions/featured.php') diff --git a/mod/groups/actions/featured.php b/mod/groups/actions/featured.php index 2d16113df..c6fc9f397 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('action'); + $action = get_input('type'); $group = get_entity($group_guid); @@ -39,6 +39,4 @@ } - forward("pg/groups/world/"); - -?> \ No newline at end of file + forward($_SERVER['HTTP_REFERER']); \ No newline at end of file -- cgit v1.2.3