This commit is contained in:
Paula V. Quispe
2015-11-27 17:14:03 -04:00
parent 90a7ce44b2
commit e546142f4c

View File

@@ -224,6 +224,7 @@ try {
if (isset($frm['USER_LANG'])) {
if ($frm['USER_LANG'] != '') {
$lang = $frm['USER_LANG'];
if($frm['USER_LANG'] == "default"){
//Check the USR_DEFAULT_LANG
require_once 'classes/model/Users.php';