Flush the cache before installing. fixes #1877
git-svn-id: http://svn.automattic.com/wordpress/trunk@3088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -137,6 +137,7 @@ if (empty($admin_email)) {
|
||||
flush();
|
||||
|
||||
// Set everything up
|
||||
wp_cache_flush();
|
||||
make_db_current_silent();
|
||||
populate_options();
|
||||
populate_roles();
|
||||
@@ -198,6 +199,7 @@ http://wordpress.org/
|
||||
|
||||
@wp_mail($admin_email, __('New WordPress Blog'), $message, $message_headers);
|
||||
|
||||
wp_cache_flush();
|
||||
?>
|
||||
|
||||
<p><em><?php _e('Finished!'); ?></em></p>
|
||||
|
||||
Reference in New Issue
Block a user