Changeset 859 for trunk/Modules/Translation/Form.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r848 r859 19 19 function ShowForm() 20 20 { 21 global $TranslationTree;21 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 22 22 23 23 $Output = ''; … … 261 261 function Delete() 262 262 { 263 global $TranslationTree;263 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 264 264 265 265 if($this->System->User->Licence(LICENCE_MODERATOR))
Note:
See TracChangeset
for help on using the changeset viewer.