Improvemente upgrade - meta inf

This commit is contained in:
Marco Antonio Nina
2013-04-24 15:57:01 -04:00
parent 15beca50fd
commit c40924244e

View File

@@ -302,7 +302,7 @@ class workspaceTools
$names = explode(".", basename($poFile));
$extension = array_pop($names);
$langid = array_pop($names);
if (strcasecmp($langid, "en") != 0 && $first) {
if ($first) {
CLI::logging("Updating XML form translations with $poName\n");
Language::import($poFile, true, false);
}