Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 04:58:53 PM (15 years ago)
Author:
boonebgorges
Message:

Modifies bp_core_get_site_options() to fetch options that are blog-specific even when Network is activated. Fixes #2756

File:
1 edited

Legend:

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

    r3439 r3464  
    195195
    196196    // 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 ) )
    198198        array_shift($bp_uri);
    199199
Note: See TracChangeset for help on using the changeset viewer.