diff --git a/wp-admin/install.php b/wp-admin/install.php index 81ef91863d..a2bbd27b1d 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -77,37 +77,37 @@ else // Let's check to make sure WP isn't already installed. $wpdb->hide_errors(); $installed = $wpdb->get_results("SELECT * FROM $wpdb->users"); -if ($installed) die(__('
You appear to have already installed WordPress. To reinstall please clear your old database tables first.