mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
LSsession : Fix auto locale setting
This commit is contained in:
parent
bc572c3f02
commit
2d7b37f27e
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ class LSsession {
|
||||||
*
|
*
|
||||||
* @retval boolean True si l'initialisation à réussi, false sinon.
|
* @retval boolean True si l'initialisation à réussi, false sinon.
|
||||||
*/
|
*/
|
||||||
public static function initialize($lang=false,$encoding=false) {
|
public static function initialize($lang=null,$encoding=null) {
|
||||||
try {
|
try {
|
||||||
if (!self :: startLSconfig()) {
|
if (!self :: startLSconfig()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue