]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4362 extra context was breaking group sidebar menu logic
authorCash Costello <cash.costello@gmail.com>
Thu, 9 Feb 2012 12:34:44 +0000 (07:34 -0500)
committerCash Costello <cash.costello@gmail.com>
Thu, 9 Feb 2012 12:34:44 +0000 (07:34 -0500)
mod/groups/lib/groups.php

index 5d60830771da22af62beb751be477f308dba2a06..2fe9ae8e07a71aafcfc14bf1f6ebdc2862da6238 100644 (file)
@@ -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;