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/User/Options.php

    r577 r578  
    8989                          'PreferredVersion' => $PreferredVersion));
    9090                        $Output .= ShowMessage('Úprava nastavení proběhla v pořádku, Email: <b>'.$Email.'</b> Uživatel: <b>'.$this->System->User->Name.'</b>');
    91                         WriteLog('Úprava nastavení!', LOG_TYPE_USER);
     91                        $this->System->ModuleManager->Modules['Log']->WriteLog('Úprava nastavení!', LOG_TYPE_USER);
    9292                        $this->System->User->Load();
    9393                } else $Output .= ShowMessage('Nezadány údaje.', MESSAGE_CRITICAL);
Note: See TracChangeset for help on using the changeset viewer.