Skip to:
Content

BuddyPress.org

Ticket #1610: ticket-1610.diff

File ticket-1610.diff, 454 bytes (added by DJPaul, 17 years ago)

not tested

  • bp-core/bp-core-activation.php

     
    77                return false;
    88
    99        /* Check if an activation key has been passed */
    10         if ( isset( $_GET['key'] ) ) {
     10        if ( isset( $_GET['key'] ) && $wpdb->blogid == BP_ROOT_BLOG ) {
    1111
    1212                require_once( ABSPATH . WPINC . '/registration.php' );
    1313