Changeset 859 for trunk/Modules/Log/Log.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r857 r859 13 13 $this->License = 'GNU/GPL'; 14 14 $this->Description = 'Log various application events'; 15 $this->Dependencies = array('Error', 'News' );15 $this->Dependencies = array('Error', 'News', 'Translation'); 16 16 17 17 $this->Excludes = array(); … … 121 121 function ShowList() 122 122 { 123 global $TranslationTree;123 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 124 124 125 125 $this->Title = T('System log');
Note:
See TracChangeset
for help on using the changeset viewer.