Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000

This commit is contained in:
Victor Saisa Lopez
2013-04-24 16:27:26 -04:00

View File

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