Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2011 03:44:02 AM (14 years ago)
Author:
boonebgorges
Message:

404 when attempting to access the URL of a hidden group. Fixes #3462

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-buddybar.php

    r5329 r5373  
    9999                bp_core_redirect( bp_get_root_domain() . '/' . bp_get_root_slug( bp_current_component() ) . '/' . $slug . '/' . apply_filters( 'bp_default_component_subnav', $default_subnav_slug, $r ) );
    100100            } else {
    101                  $bp->current_action = apply_filters( 'bp_default_component_subnav', $default_subnav_slug, $r );
     101                $bp->current_action = apply_filters( 'bp_default_component_subnav', $default_subnav_slug, $r );
    102102            }
    103103        }
Note: See TracChangeset for help on using the changeset viewer.