Skip to:
Content

BuddyPress.org

Changeset 3029


Ignore:
Timestamp:
06/10/2010 06:33:35 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2430 props paulgibbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups.php

    r3012 r3029  
    117117    global $bp;
    118118
    119     if ( $group_id = BP_Groups_Group::group_exists($bp->current_action) ) {
     119    if ( $bp->current_component == $bp->groups->slug && $group_id = BP_Groups_Group::group_exists($bp->current_action) ) {
    120120
    121121        /* This is a single group page. */
Note: See TracChangeset for help on using the changeset viewer.