Changeset 1183

Show
Ignore:
Timestamp:
01/11/08 16:15:19 (1 year ago)
Author:
donncha
Message:

Make sure main blog is public, possibly fixes #532

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r1173 r1183  
    401401        $current_site->site_name = ucfirst( $domain ); 
    402402 
    403         wpmu_create_blog( $domain, $base, $weblog_title, $user_id, array() ); 
     403        wpmu_create_blog( $domain, $base, $weblog_title, $user_id, array( 'blog_public' => 1, 'public' => 1 ) ); 
    404404        update_blog_option( 1, 'template', 'home'); 
    405405        update_blog_option( 1, 'stylesheet', 'home');