Changeset 859 for trunk/Modules/Admin/Admin.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Admin/Admin.php
r857 r859 11 11 $this->License = 'GNU/GPL'; 12 12 $this->Description = 'Administrator section of the web'; 13 $this->Dependencies = array( );13 $this->Dependencies = array('Translation'); 14 14 } 15 15 … … 114 114 function RepairVersionEnd() 115 115 { 116 global $TranslationTree;116 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 117 117 118 118 $Output = ''; … … 150 150 function MergeSameText() 151 151 { 152 global $TranslationTree;152 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 153 153 154 154 $Output = ''; … … 204 204 function DbcStructure() 205 205 { 206 global $TranslationTree;206 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 207 207 208 208 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.