diff options
| -rw-r--r-- | wpmu-settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpmu-settings.php b/wpmu-settings.php index bc658f0..c639541 100644 --- a/wpmu-settings.php +++ b/wpmu-settings.php @@ -157,6 +157,7 @@ if( $blog_id == false ) { // default to using the "main" blog.
$blog_id = 1;
}
+ $current_blog->blog_id = $blog_id;
} else {
$check = $wpdb->get_results( "SELECT * FROM $wpdb->site" );
if( $check == false ) {
|
