Changeset 3117 for branches/1.2/bp-core/bp-core-catchuri.php
- Timestamp:
- 07/04/2010 06:07:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-catchuri.php
r3114 r3117 136 136 $is_root_component = in_array( $bp_uri[0], $bp->root_components ); 137 137 138 if ( 'no' == VHOST&& !$is_root_component ) {138 if ( !is_subdomain_install() && !$is_root_component ) { 139 139 $component_index++; 140 140 $action_index++; … … 155 155 156 156 /* Remove the username from action variables if this is not a VHOST install */ 157 if ( 'no' == VHOST&& !$is_root_component )157 if ( !is_subdomain_install() && !$is_root_component ) 158 158 array_shift($action_variables); 159 159
Note: See TracChangeset
for help on using the changeset viewer.