Skip to:
Content

BuddyPress.org

Changeset 1253


Ignore:
Timestamp:
03/25/2009 06:55:29 PM (16 years ago)
Author:
apeatling
Message:

Fixes #604

File:
1 edited

Legend:

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

    r1250 r1253  
    3131    global $is_member_page, $is_new_friend;
    3232    global $bp_unfiltered_uri;
    33     global $bp;
     33    global $bp, $current_blog;
     34   
     35    if ( 1 != (int) $current_blog->blog_id )
     36        return false;
    3437   
    3538    if ( strpos( $_SERVER['REQUEST_URI'], 'bp-core-ajax-handler.php' ) )
Note: See TracChangeset for help on using the changeset viewer.