Plugin Directory

Changeset 579036


Ignore:
Timestamp:
07/30/2012 09:07:12 AM (13 years ago)
Author:
hel.io
Message:

Defined temp dir for pclzip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backup/trunk/backup.php

    r578532 r579036  
    22/*
    33Plugin Name: Backup
    4 Version: 2.1.2
     4Version: 2.1.3
    55Plugin URI: http://hel.io/wordpress/backup/
    66Description: Back up your WordPress website to Google Drive.
     
    12101210            ) );
    12111211
     1212            if ( ! phpversion( 'zip' ) )
     1213                define( 'PCLZIP_TEMPORARY_DIR', $this->local_folder );
    12121214            if ( is_wp_error( $zip = zip( $sources, $file_path, $exclude ) ) ) {
    12131215                $this->log_wp_error( $zip );
Note: See TracChangeset for help on using the changeset viewer.