BUG 9902 Error uploading a new language in Zend ServerSOLVED

- Not loaded correctly.
- scans all languages.
This commit is contained in:
Marco Antonio Nina
2012-10-11 10:25:40 -04:00
parent 8eec1347dd
commit d1ea074d0b
3 changed files with 4 additions and 6 deletions

View File

@@ -295,7 +295,7 @@ class workspaceTools {
require_once 'classes/model/Translation.php';
$translation = new Translation();
$information = $translation->getTranslationEnvironments();
$arrayLang = array();
foreach ($information as $key => $value) {
$arrayLang[] = trim($value['LOCALE']);
}