PM-2907
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user