Make WordPress Core

Changeset 2467


Ignore:
Timestamp:
03/22/2005 02:17:24 AM (19 years ago)
Author:
matt
Message:

Missed installing catch, hat tip Donncha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r2391 r2467  
    7070
    7171$wpdb->hide_errors();
    72 if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') ) {
     72if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') || !defined('WP_INSTALLING') ) {
    7373    if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
    7474        $link = 'install.php';
Note: See TracChangeset for help on using the changeset viewer.