mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-20 16:56:02 +00:00
Set the locale appropriately.
This commit is contained in:
parent
45073075f9
commit
eb5ff1b5d4
@ -117,6 +117,9 @@ class RSCDSSession extends Session
|
||||
parent::AssignSessionDetails( $u );
|
||||
$this->GetRoles();
|
||||
$this->GetRelationships();
|
||||
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