This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-07-28 17:51:03 -04:00
parent c5cbe1629a
commit 914f9392f6

View File

@@ -296,7 +296,7 @@ class Language extends BaseLanguage
//get labels MichelangeloFE //get labels MichelangeloFE
try { try {
$oTranslation = new Translation(); $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)) { if ($_GET['LOCALE'] === "en" & file_exists($MichelangeloFE)) {
$labels = $this->readLabelsDirectory($MichelangeloFE, true); $labels = $this->readLabelsDirectory($MichelangeloFE, true);
foreach ($labels as $label) { foreach ($labels as $label) {