mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Fix default locale.
This commit is contained in:
parent
d07b16bc87
commit
f816c6b56a
@ -54,7 +54,7 @@ $c->images = $c->base_url . '/images';
|
||||
|
||||
// Add a default for newly created users
|
||||
$c->template_usr = array( 'active' => true,
|
||||
'locale' => 'en_EN',
|
||||
'locale' => 'en_GB',
|
||||
'date_format_type' => 'E',
|
||||
'email_ok' => date('Y-m-d')
|
||||
);
|
||||
|
||||
@ -54,7 +54,7 @@ $c->images = $c->base_url . '/images';
|
||||
|
||||
// Add a default for newly created users
|
||||
$c->template_usr = array( 'active' => true,
|
||||
'locale' => 'en_EN',
|
||||
'locale' => 'en_GB',
|
||||
'date_format_type' => 'E',
|
||||
'email_ok' => date('Y-m-d')
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user