aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/edit.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 10:18:50 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 10:18:50 +0000
commit86371bffa2f6a204149f554534f8f0635735d87c (patch)
tree50ad468a304995283b78de42de5d4ebdd28715af /mod/groups/edit.php
parentd71ea0185de379c453b655f586177ad78b16a44d (diff)
downloadelgg-86371bffa2f6a204149f554534f8f0635735d87c.tar.gz
elgg-86371bffa2f6a204149f554534f8f0635735d87c.tar.bz2
Moved group links to the sidebar
git-svn-id: https://code.elgg.org/elgg/trunk@1697 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/edit.php')
-rw-r--r--mod/groups/edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/groups/edit.php b/mod/groups/edit.php
index 04cfdc35d..49ab302ab 100644
--- a/mod/groups/edit.php
+++ b/mod/groups/edit.php
@@ -14,7 +14,8 @@
$group_guid = get_input('group_guid');
$group = get_entity($group_guid);
-
+ set_page_owner($group_guid);
+
$title = elgg_echo("groups:new");
$body = elgg_view_title($title);