Changeset 860 for trunk/Modules/Translation/Translation.php
- Timestamp:
- Jan 21, 2016, 2:49:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r859 r860 24 24 function DoStart() 25 25 { 26 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree();27 28 26 $this->System->RegisterPage('comparison.php', 'PageTranslationComparison'); 29 27 $this->System->RegisterPage('form.php', 'PageTranslationForm'); … … 51 49 if(array_key_exists('Search', $this->System->ModuleManager->Modules)) 52 50 { 51 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 53 52 foreach($TranslationTree as $Group) 54 53 {
Note:
See TracChangeset
for help on using the changeset viewer.