Ignore:
Timestamp:
Dec 29, 2013, 9:45:39 PM (11 years ago)
Author:
maron
Message:
  • Fixed: tested for permission in progress
  • Fixed: script update all to new version end
File:
1 edited

Legend:

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

    r674 r675  
    256256
    257257  function AddProgress($add = 2) {
    258     if (file_exists($this->TempDir.'progress')) {
     258    if ((file_exists($this->TempDir.'progress')) and (fopen($this->TempDir.'progress', 'w'))) { 
    259259      $File = new FileStream();
    260260      $File->OpenFile($this->TempDir.'progress');
Note: See TracChangeset for help on using the changeset viewer.