Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2010 10:56:44 AM (15 years ago)
Author:
apeatling
Message:

Fixes #2041

File:
1 edited

Legend:

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

    r2751 r2771  
    12301230    global $bp, $wp_query;
    12311231
    1232     if ( $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != 'feed' )
     1232    if ( !bp_is_active( 'activity' ) || $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != 'feed' )
    12331233        return false;
    12341234
Note: See TracChangeset for help on using the changeset viewer.