Ignore:
Timestamp:
Jan 21, 2016, 10:20:04 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Function GetTranslationTree moved from global to Translation module where it belongs.
File:
1 edited

Legend:

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

    r857 r859  
    1313    $this->License = 'GNU/GPL';
    1414    $this->Description = 'Log various application events';
    15     $this->Dependencies = array('Error', 'News');
     15    $this->Dependencies = array('Error', 'News', 'Translation');
    1616
    1717    $this->Excludes = array();
     
    121121  function ShowList()
    122122  {
    123     global $TranslationTree;
     123    $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree();
    124124
    125125    $this->Title = T('System log');
Note: See TracChangeset for help on using the changeset viewer.