Ignore:
Timestamp:
Sep 11, 2013, 10:59:06 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Use WriteLog as class method instead of global function.
File:
1 edited

Legend:

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

    r558 r578  
    199199  {
    200200    $System->Database->query('INSERT INTO ExportTask (`Export` ,`TimeStart` ) VALUES ('.$ExportId.', NOW())');
    201     WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD);
     201    $this->System->ModuleManager->Modules['Log']->WriteLog('Zadání úlohy pro vygenerování dbc souboru', LOG_TYPE_DOWNLOAD);
    202202  } 
    203203 
Note: See TracChangeset for help on using the changeset viewer.