Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2011 09:08:09 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Prevent possible debug notice from checking deprecated local variable. See #3584.

File:
1 edited

Legend:

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

    r5149 r5156  
    279279
    280280    // Remove the username from action variables if this is not a VHOST install
    281     if ( defined( 'VHOST' ) && 'no' == VHOST && empty( $is_root_component ) )
     281    // @todo - move or remove this all together
     282    if ( defined( 'VHOST' ) && ( 'no' == VHOST ) && empty( $bp->current_component ) )
    282283        array_shift( $bp_uri );
    283284
Note: See TracChangeset for help on using the changeset viewer.