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/FrontPage/FrontPage.php

    r577 r578  
    5656                                if($this->System->User->Role != LICENCE_ANONYMOUS)
    5757                                {
    58                                         WriteLog('Odhlášení', LOG_TYPE_USER);
     58                                        $this->System->ModuleManager->Modules['Log']->WriteLog('Odhlášení', LOG_TYPE_USER);
    5959                                        $this->System->User->Logout();
    6060                                        $Message = 'Byl jsi odhlášen.';
Note: See TracChangeset for help on using the changeset viewer.