Changeset 3464 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 11/21/2010 04:58:53 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r3439 r3464 195 195 196 196 // Remove the username from action variables if this is not a VHOST install 197 if ( defined( 'VHOST' ) && 'no' == VHOST && !$is_root_component)197 if ( defined( 'VHOST' ) && 'no' == VHOST && empty( $is_root_component ) ) 198 198 array_shift($bp_uri); 199 199
Note: See TracChangeset
for help on using the changeset viewer.