Merged in gproly/processmaker/3.0.1-GA (pull request #2535)

PM-2907
This commit is contained in:
Julio Cesar Laura Avendaño
2015-07-29 08:48:39 -04:00

View File

@@ -296,7 +296,7 @@ class Language extends BaseLanguage
//get labels MichelangeloFE
try {
$oTranslation = new Translation();
$MichelangeloFE = PATH_HOME . "../vendor/colosa/MichelangeloFE/src";
$MichelangeloFE = PATH_HOME . "../workflow/public_html/lib/js";
if ($_GET['LOCALE'] === "en" & file_exists($MichelangeloFE)) {
$labels = $this->readLabelsDirectory($MichelangeloFE, true);
foreach ($labels as $label) {