Flush the cache before installing. fixes #1877

git-svn-id: https://develop.svn.wordpress.org/trunk@3088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-11-14 22:32:03 +00:00
parent d68dac7f69
commit b49bd4d290
2 changed files with 86 additions and 78 deletions

View File

@@ -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>