Changeset 859 for trunk/Modules/Translation/LoadNames.php
- Timestamp:
- Jan 21, 2016, 10:20:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/LoadNames.php
r843 r859 58 58 function LoadNames() 59 59 { 60 global $TranslationTree;60 $TranslationTree = $this->System->ModuleManager->Modules['Translation']->GetTranslationTree(); 61 61 62 62 $Output = ''; … … 79 79 } else { 80 80 if(($GroupId == 13)) { 81 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSubClass' => 'Name', 'TextCharacterRace' => 'Name1',),false); 81 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 82 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 83 'TextItemSubClass' => 'Name', 'TextCharacterRace' => 'Name1',), false); 82 84 } else { 83 85 $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
Note:
See TracChangeset
for help on using the changeset viewer.