Make WordPress Core


Ignore:
Timestamp:
08/28/2008 08:55:40 PM (16 years ago)
Author:
westi
Message:

Only upgrade if we are installed. Fixes #7627 props pishmishy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r8600 r8763  
    140140    // We are up-to-date.  Nothing to do.
    141141    if ( $wp_db_version == $wp_current_db_version )
     142        return;
     143
     144    if(!is_blog_installed())
    142145        return;
    143146
Note: See TracChangeset for help on using the changeset viewer.