Missed installing catch, hat tip Donncha

git-svn-id: http://svn.automattic.com/wordpress/trunk@2467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-03-22 02:17:24 +00:00
parent 1dd96f8a39
commit 04edf0703e

View File

@ -69,7 +69,7 @@ require (ABSPATH . WPINC . '/default-filters.php');
require_once (ABSPATH . WPINC . '/wp-l10n.php');
$wpdb->hide_errors();
if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') ) {
if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') || !defined('WP_INSTALLING') ) {
if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
$link = 'install.php';
else