aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/actions
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-24 10:55:07 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-24 10:55:07 +0000
commit6772ecfa6b91cdd97c8ad93ea5399b5c62c8ca5d (patch)
tree138a0832a322295261a9748af00ab16fb291c875 /mod/groups/actions
parent435a7b152f30061793ddfdd7686784c7a9d2a9ba (diff)
downloadelgg-6772ecfa6b91cdd97c8ad93ea5399b5c62c8ca5d.tar.gz
elgg-6772ecfa6b91cdd97c8ad93ea5399b5c62c8ca5d.tar.bz2
when deleting a group you now go back to your groups
git-svn-id: https://code.elgg.org/elgg/trunk@2915 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/actions')
-rw-r--r--mod/groups/actions/delete.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/groups/actions/delete.php b/mod/groups/actions/delete.php
index f75faee76..e68b0d860 100644
--- a/mod/groups/actions/delete.php
+++ b/mod/groups/actions/delete.php
@@ -14,5 +14,6 @@
else
register_error(elgg_echo('group:notdeleted'));
- forward($_SERVER['HTTP_REFERER']);
+ $url_name = $_SESSION['user']->username;
+ forward("{$vars['url']}pg/groups/member/{$url_name}");
?> \ No newline at end of file