This commit is contained in:
Paula Quispe
2019-10-10 14:38:22 -04:00
parent e637c6e4f1
commit 682b07e6a5
2 changed files with 11 additions and 2 deletions

View File

@@ -1859,6 +1859,11 @@ class Cases
$arrayCaseVariable = array_merge($arrayCaseVariable, $dateHistory);
}
// Get the SYS_LANG defined, it can be updated
if (defined('SYS_LANG')) {
$arrayCaseVariable['SYS_LANG'] = SYS_LANG;
}
return $arrayCaseVariable;
}