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/Import/Manage.php

    r577 r578  
    3636    $Output .= $Import->ImportGroup($GroupId);
    3737 
    38     WriteLog('Plnění databáze', LOG_TYPE_MODERATOR);
     38    $this->System->ModuleManager->Modules['Log']->WriteLog('Plnění databáze', LOG_TYPE_MODERATOR);
    3939    $Output .= '</div>';
    4040  } else $Output = ShowMessage('Nebylo zadáno id skupiny.', MESSAGE_CRITICAL);
Note: See TracChangeset for help on using the changeset viewer.