Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/26/2009 03:11:09 PM (16 years ago)
Author:
apeatling
Message:

Fixes #627 props GIGALinux.

File:
1 edited

Legend:

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

    r1254 r1267  
    3434   
    3535    /* Only catch URI's on the root blog */
    36     if ( 1 != (int) $current_blog->blog_id )
     36    if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
    3737        return false;
    3838   
Note: See TracChangeset for help on using the changeset viewer.