Ignore:
Timestamp:
Jan 3, 2014, 11:16:00 AM (11 years ago)
Author:
maron
Message:
  • Fixed: error unknown variable
File:
1 edited

Legend:

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

    r695 r696  
    122122  {
    123123    $this->LoadFilters();
     124    $file = '';
    124125    if ($this->Export['OutputType'] == 10) $file = $this->TempDir.'Instalace_CzechWoW_'.$this->ClientVersion['Version'].'.exe';
    125126    if ($this->Export['OutputType'] == 9) $file = $this->TempDir.'CzWoW_DBC.zip';
Note: See TracChangeset for help on using the changeset viewer.