From 488575ba727cf85f2da5c86513efa0307aaed894 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 9 Feb 2012 07:34:44 -0500 Subject: Fixes #4362 extra context was breaking group sidebar menu logic --- mod/groups/lib/groups.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/groups/lib/groups.php') diff --git a/mod/groups/lib/groups.php b/mod/groups/lib/groups.php index 5d6083077..2fe9ae8e0 100644 --- a/mod/groups/lib/groups.php +++ b/mod/groups/lib/groups.php @@ -234,8 +234,6 @@ function groups_handle_invitations_page() { function groups_handle_profile_page($guid) { elgg_set_page_owner_guid($guid); - elgg_push_context('group_profile'); - // turn this into a core function global $autofeed; $autofeed = true; -- cgit v1.2.3