Changeset 698


Ignore:
Timestamp:
Jan 3, 2014, 3:01:12 PM (11 years ago)
Author:
maron
Message:
  • Added: files/5.4.0/Instalace_CzechWoW.nsi
  • Fixed: error not found file
Location:
trunk/Modules/Export
Files:
1 added
1 edited

Legend:

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

    r696 r698  
    441441      $Output .= $Group['Name'].'... ';
    442442      $File = new FileStream();
     443      if (!file_exists($this->SourceDir.$this->ClientVersion['Version'].'/lua/'.$Group['LuaFileName'].'.lua'))
     444        continue;
    443445      $File->OpenFile($this->SourceDir.$this->ClientVersion['Version'].'/lua/'.$Group['LuaFileName'].'.lua');
    444446      $File2 = new FileStream();
Note: See TracChangeset for help on using the changeset viewer.