Changeset 859 for trunk/Modules/Export/Page.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r851 r859 157 157 function ExportViewTranslators() 158 158 { 159 global $TranslationTree;159 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 160 160 161 161 $Output = ''; … … 319 319 function ExportViewLanguages() 320 320 { 321 global $TranslationTree;321 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 322 322 323 323 $Output = ''; … … 410 410 function ExportViewGroups() 411 411 { 412 global $TranslationTree;412 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 413 413 414 414 $Output = '';
Note:
See TracChangeset
for help on using the changeset viewer.