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:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user