diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-28 14:21:56 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-28 14:21:56 +0100 |
commit | 9942c5c59ab28d0441ea5ba49a7bd426f17e45c3 (patch) | |
tree | 95449ac8b6e0f7069bdb7aa73c71ad1b1fbdf85d /perllib/FixMyStreet/App.pm | |
parent | 632dd7b8e84faa4bcb19401678565751677729cc (diff) |
Handle problem confirmation tokens in catalyst and get all tests working
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index d73e721bf..a35ba6c01 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -76,6 +76,9 @@ __PACKAGE__->config( # Start the application __PACKAGE__->setup(); +# set up DB handle for old code +FixMyStreet->configure_mysociety_dbhandle; + # disable debug logging unless in debaug mode __PACKAGE__->log->disable('debug') # unless __PACKAGE__->debug; |