mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Ensure locale is set when using Basic Auth also.
This commit is contained in:
parent
9904914d5a
commit
be12d48c62
@ -140,6 +140,9 @@ class BasicAuthSession {
|
||||
|
||||
$this->GetRoles();
|
||||
$this->logged_in = true;
|
||||
if ( function_exists("awl_set_locale") && isset($this->locale) && $this->locale != "" ) {
|
||||
awl_set_locale($this->locale);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user