aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 09:56:46 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 09:56:46 +0000
commit1d32a1c770637c8bac01144777147e7d1a910ebf (patch)
tree6bbc22c4bf00891bfb7fe97daa6e68290bc653db /mod
parent5960e884b25075b2253069f2fcc5cb2cba380f7e (diff)
downloadelgg-1d32a1c770637c8bac01144777147e7d1a910ebf.tar.gz
elgg-1d32a1c770637c8bac01144777147e7d1a910ebf.tar.bz2
Refs #109 : Private group membership full exchange.
git-svn-id: https://code.elgg.org/elgg/trunk@1286 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/groups/actions/addtogroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/actions/addtogroup.php b/mod/groups/actions/addtogroup.php
index af99c3edf..9ce42d523 100644
--- a/mod/groups/actions/addtogroup.php
+++ b/mod/groups/actions/addtogroup.php
@@ -84,6 +84,6 @@
else
system_message(elgg_echo("groups:notowner"));
- //forward($_SERVER['HTTP_REFERER']);
+ forward($_SERVER['HTTP_REFERER']);
exit;
?> \ No newline at end of file