Skip to:
Content

BuddyPress.org

Ticket #2361: 2361-1.patch

File 2361-1.patch, 577 bytes (added by DJPaul, 15 years ago)
  • bp-blogs.php

     
    5353function bp_blogs_check_installed() {
    5454        global $wpdb, $bp, $userdata;
    5555
    56         /* Only create the bp-blogs tables if this is a multisite install */
    57         if ( is_site_admin() && bp_core_is_multisite() ) {
     56        if ( is_site_admin() ) {
    5857                /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
    5958                if ( get_site_option( 'bp-blogs-db-version' ) < BP_BLOGS_DB_VERSION )
    6059                        bp_blogs_install();