Changeset 859 for trunk/Modules/Translation/TranslationList.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/TranslationList.php
r855 r859 18 18 function ShowFilter($GroupId = 0) 19 19 { 20 global $TranslationTree;20 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 21 21 22 22 $Filter = array('SQL' => ''); … … 251 251 function ShowTranslationList($Filter) 252 252 { 253 global $TranslationTree;253 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 254 254 255 255 $Output = $Filter['Output']; … … 310 310 function ShowGroupList($Filter) 311 311 { 312 global $TranslationTree;312 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 313 313 314 314 $Output = $Filter['Output']; … … 333 333 function ShowMenu() 334 334 { 335 global $TranslationTree;335 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 336 336 337 337 $GroupId = GetParameter('group', 0, true);
Note:
See TracChangeset
for help on using the changeset viewer.