Changeset 5400 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 11/27/2011 09:43:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r5398 r5400 308 308 $bp->action_variables = $bp_uri; 309 309 310 // Remove the username from action variables if this is not a VHOST install311 // @todo - move or remove this all together312 if ( defined( 'VHOST' ) && ( 'no' == VHOST ) && empty( $bp->current_component ) )313 array_shift( $bp_uri );314 315 310 // Reset the keys by merging with an empty array 316 311 $bp->action_variables = array_merge( array(), $bp->action_variables );
Note: See TracChangeset
for help on using the changeset viewer.