Plugin Directory

Changeset 192499


Ignore:
Timestamp:
01/11/2010 08:13:59 AM (16 years ago)
Author:
DanCoulter
Message:

enabled the recently disabled database restore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • automatic-wordpress-backup/trunk/automatic-wordpress-backup.php

    r192498 r192499  
    44Plugin URI: http://www.wordpressbackup.org/
    55Description: Automatically upload backups of important parts of your blog to Amazon S3
    6 Version: 1.1.0-dev5
     6Version: 1.1.0-dev6
    77Author: Dan Coulter
    88Author URI: http://dancoulter.com/
     
    4040
    4141class cmAWB {
    42     static $version = '1.1.0-dev5';
     42    static $version = '1.1.0-dev6';
    4343
    4444    /**
     
    690690        $rdir = $wp_filesystem->find_folder($awb_dir . '/tmp');
    691691       
    692         if ( in_array('database2', $manifest['sections']) ) {
     692        if ( in_array('database', $manifest['sections']) ) {
    693693            $sql = file_get_contents('awb-database-backup.sql');
    694694            $sql = preg_replace('|^\#.*$|m', '', $sql);
     
    702702        }
    703703       
    704         $wp_filesystem->delete($rdir . '/awb-database-backup.sql');
    705704        $wp_filesystem->delete($rdir . '/backup.zip');
    706705
Note: See TracChangeset for help on using the changeset viewer.