BUG 15799 Language stored in session SOLVED

- In "home" controller doesn't sent the current language
- Sent the current language to method "getUserLocation"
This commit is contained in:
Julio Cesar Laura
2014-08-29 10:44:09 -04:00
parent ab41c74d4b
commit 007c9c5b32

View File

@@ -108,7 +108,7 @@ class Home extends Controller
} }
} }
$switchLink = $userProperty->getUserLocation( $_SESSION['USER_LOGGED'] ); $switchLink = $userProperty->getUserLocation( $_SESSION['USER_LOGGED'], SYS_LANG );
if (!isset($_COOKIE['workspaceSkin'])) { if (!isset($_COOKIE['workspaceSkin'])) {
if (substr( $sysConf['default_skin'], 0, 2 ) == 'ux') { if (substr( $sysConf['default_skin'], 0, 2 ) == 'ux') {