Fix default locale.

This commit is contained in:
Andrew McMillan 2010-08-13 11:42:16 +12:00
parent d07b16bc87
commit f816c6b56a
2 changed files with 2 additions and 2 deletions

View File

@ -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')
);

View File

@ -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')
);