Ignore:
Timestamp:
Dec 12, 2013, 11:10:51 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Všechny změny provedené přes modul IS se nyní zaznamenávají do systémového záznamu.
  • Opraveno: V systémovém záznamu se neukládala informace o uživateli.
File:
1 edited

Legend:

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

    r607 r608  
    4646  function NewRecord($Module, $Operation, $Value = '')
    4747  {
    48     if(array_key_exists('User', $this->System->Modules) and
     48    if(array_key_exists('User', $this->System->ModuleManager->Modules) and
    4949      array_key_exists('Id', $this->System->User->User))
    5050      $UserId = $this->System->User->User['Id'];
Note: See TracChangeset for help on using the changeset viewer.