Ignore:
Timestamp:
Feb 2, 2014, 8:28:37 PM (10 years ago)
Author:
maron
Message:
  • Added: Export last 2 version in addon
  • Fixed: Export text only once in addon
  • Added: 100% done in progress
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/ProcessTask.php

    r740 r776  
    4141  if (file_exists($dst)) DeleteOldFiles($dst);
    4242  if (is_dir($src)) {
    43     if (!file_exists($dst)) mkdir($dst);
     43    if (!file_exists($dst)) mkdir($dst, 0777, true);
    4444    $files = scandir($src);
    4545    foreach ($files as $file)
     
    133133        echo 'Caught exception: ',  $e->getMessage(), "\n";
    134134      }
     135      SetProgress($Export,100);
    135136    } else
    136137    {
Note: See TracChangeset for help on using the changeset viewer.