Changeset 1297

Show
Ignore:
Timestamp:
05/19/08 15:04:49 (4 months ago)
Author:
donncha
Message:

Don't load the object cache when installing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1267 r1297  
    248248        $wpdb->usermeta = CUSTOM_USER_META_TABLE; 
    249249 
    250 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) 
     250if ( !defined( 'WP_INSTALLING' ) && file_exists(ABSPATH . 'wp-content/object-cache.php') ) 
    251251        require_once (ABSPATH . 'wp-content/object-cache.php'); 
    252252else