diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-23 16:56:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-23 18:21:45 +0000 |
commit | 7ce147693430872b3dee29654bafefdf3c18c96c (patch) | |
tree | 3502332c10ef0931482cdf1ba30b779073f2e234 /perllib/FixMyStreet/App.pm | |
parent | ca0804fa217d93c0cc10821d283710ad43db55c2 (diff) |
Add some Zurich banner tests.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 4dea23a41..f253575c8 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -193,6 +193,8 @@ sub setup_request { if ($c->cobrand->moniker eq 'zurich') { FixMyStreet::DB::Result::Problem->visible_states_add_unconfirmed(); DateTime->DefaultLocale( 'de_CH' ); + } else { + DateTime->DefaultLocale( 'en_US' ); } return $c; |