Ticket #59420: 59420.4.patch
| File 59420.4.patch, 367 bytes (added by , 2 years ago) |
|---|
-
ms-load.php
393 393 if ( empty( $current_blog ) && wp_installing() ) { 394 394 $current_blog = new stdClass(); 395 395 $current_blog->blog_id = 1; 396 $blog_id = 1;397 396 $current_blog->public = 1; 398 397 } 399 398