Ignore:
Timestamp:
Apr 20, 2013, 8:51:15 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Definice třída User přesunuta do modulu User. Existuje aplikační modul System->ModuleManager->ModulesUser a samotná instance třídy System->User.
  • Upraveno: Zbylá inicializace starého modulového systému třídy Module přesunuta do startovní části aplikačních modulů.
  • Upraveno: Třída System přesunuta ze souboru Common/Global do samostatného souboru Common/System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Log/Log.php

    r523 r524  
    3737  {
    3838    if(array_key_exists('User', $this->System->Modules) and
    39       array_key_exists('Id', $this->System->Modules['User']->User))
    40       $UserId = $this->System->Modules['User']->User['Id'];
     39      array_key_exists('Id', $this->System->User->User))
     40      $UserId = $this->System->User->User['Id'];
    4141      else $UserId = NULL;
    4242    $this->Database->insert('Log', array('Time' => 'NOW()',
Note: See TracChangeset for help on using the changeset viewer.