@@ -70,8 +70,7 @@ |
||
70 | 70 | { |
71 | 71 | // Recursively read the translations in the array |
72 | 72 | $this->_loadTranslations($sLanguage, $sName, $xTranslation); |
73 | - } |
|
74 | - else |
|
73 | + } else |
|
75 | 74 | { |
76 | 75 | // Save this translation |
77 | 76 | $this->aTranslations[$sLanguage][$sName] = $xTranslation; |