mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 08:39:06 +01:00
LSsession : Fix setLocale() parameter handling
This commit is contained in:
parent
b817bb8ae2
commit
51b06418bc
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class LSsession {
|
|||
}
|
||||
}
|
||||
|
||||
if (is_null($enconding)) {
|
||||
if (is_null($encoding)) {
|
||||
if (isset($_REQUEST['encoding'])) {
|
||||
$encoding = $_REQUEST['encoding'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue