Changeset 721 for trunk/Modules/Export/Export.php
- Timestamp:
- Jan 7, 2014, 12:09:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r698 r721 22 22 $this->SourceDirRelative = $this->Config['Web']['SourceFolder']; 23 23 if(!file_exists($this->SourceDir)) mkdir($this->SourceDir, 0777, true); 24 $this->SaveAllUsers();25 24 } 26 25 … … 75 74 { 76 75 global $TranslationTree; 76 $this->SaveAllUsers(); 77 77 78 78 if ($Version <> '')
Note:
See TracChangeset
for help on using the changeset viewer.