Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2010 06:07:51 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2489 props wpmuguru

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-catchuri.php

    r3114 r3117  
    136136        $is_root_component = in_array( $bp_uri[0], $bp->root_components );
    137137
    138     if ( 'no' == VHOST && !$is_root_component ) {
     138    if ( !is_subdomain_install() && !$is_root_component ) {
    139139        $component_index++;
    140140        $action_index++;
     
    155155
    156156    /* 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 )
    158158        array_shift($action_variables);
    159159
Note: See TracChangeset for help on using the changeset viewer.