Changeset 776 for trunk/Modules/Export/ProcessTask.php
- Timestamp:
- Feb 2, 2014, 8:28:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/ProcessTask.php
r740 r776 41 41 if (file_exists($dst)) DeleteOldFiles($dst); 42 42 if (is_dir($src)) { 43 if (!file_exists($dst)) mkdir($dst );43 if (!file_exists($dst)) mkdir($dst, 0777, true); 44 44 $files = scandir($src); 45 45 foreach ($files as $file) … … 133 133 echo 'Caught exception: ', $e->getMessage(), "\n"; 134 134 } 135 SetProgress($Export,100); 135 136 } else 136 137 {
Note:
See TracChangeset
for help on using the changeset viewer.