Changeset 696504
- Timestamp:
- 04/12/2013 09:51:39 AM (13 years ago)
- File:
-
- 1 edited
-
edge-suite/trunk/includes/edge-suite-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/trunk/includes/edge-suite-general.php
r647784 r696504 100 100 define('FS_CHMOD_FILE', 0644 ); 101 101 102 103 if (!$filesystem->chmod($file, FS_CHMOD_FILE)){ 104 return new WP_Error('chmod_failed', __('Could not change permissions on archive.')); 105 } 106 102 107 $z = new ZipArchive(); 103 108
Note: See TracChangeset
for help on using the changeset viewer.