Ignore:
Timestamp:
Apr 8, 2020, 7:27:09 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Error during user registration.
  • Fixed: Error on user enter to new team.
File:
1 edited

Legend:

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

    r880 r884  
    167167    echo('Packing files...'."\n");
    168168    $this->SetProgress(70);
    169     $workdir = str_replace('/',DIRECTORY_SEPARATOR, $Export->TempDir);
     169    $workdir = str_replace('/', DIRECTORY_SEPARATOR, $Export->TempDir);
    170170    $this->MPQPack($workdir.'lua');
    171171    $this->SetProgress(80);
Note: See TracChangeset for help on using the changeset viewer.