Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/27/2011 05:04:31 PM (13 years ago)
Author:
boonebgorges
Message:

Don't break group directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-loader.php

    r5392 r5393  
    164164        }
    165165       
    166         if ( !bp_current_action() ) {
     166        if ( bp_is_groups_component() && !empty( $this->current_group ) && !bp_current_action() ) {
    167167            $bp->current_action = apply_filters( 'bp_groups_default_extension', defined( 'BP_GROUPS_DEFAULT_EXTENSION' ) ? BP_GROUPS_DEFAULT_EXTENSION : 'home' );
    168168        }
Note: See TracChangeset for help on using the changeset viewer.