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:
ryan
2005-11-14 22:32:03 +00:00
parent 08fea3c335
commit a3a84d2957
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>