mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +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.
|
||||
*/
|
||||
public static function initialize($lang=false,$encoding=false) {
|
||||
public static function initialize($lang=null,$encoding=null) {
|
||||
try {
|
||||
if (!self :: startLSconfig()) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue