Changeset 1326

Show
Ignore:
Timestamp:
06/13/08 15:46:09 (3 months ago)
Author:
donncha
Message:

Make sure we set the current blog's blog_id when installing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wpmu-settings.php

    r1322 r1326  
    158158            $blog_id = 1; 
    159159        } 
     160        $current_blog->blog_id = $blog_id; 
    160161    } else { 
    161162        $check = $wpdb->get_results( "SELECT * FROM $wpdb->site" );