Ignore:
Timestamp:
Jan 7, 2014, 12:09:49 PM (11 years ago)
Author:
maron
Message:
  • Modify: Check for export all users only at building query
File:
1 edited

Legend:

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

    r698 r721  
    2222    $this->SourceDirRelative = $this->Config['Web']['SourceFolder'];
    2323    if(!file_exists($this->SourceDir)) mkdir($this->SourceDir, 0777, true);
    24     $this->SaveAllUsers();
    2524  }
    2625 
     
    7574  {
    7675    global $TranslationTree;
     76    $this->SaveAllUsers();
    7777   
    7878    if ($Version <> '')
Note: See TracChangeset for help on using the changeset viewer.