Merged in bugfix/PMC-1237 (pull request #7086)

PMC-1237

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
Paula Quispe
2019-10-09 18:53:46 +00:00
5 changed files with 194 additions and 26 deletions

View File

@@ -544,6 +544,7 @@ class WebApplication
config(['app.timezone' => TIME_ZONE]);
// Define the language
Bootstrap::setLanguage();
Bootstrap::LoadTranslationObject((defined("SYS_LANG")) ? SYS_LANG : "en");