diff options
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 6728ebef8..2ae90c2fa 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -15,7 +15,7 @@ use Catalyst ( 'Unicode', 'Session', 'Session::Store::DBIC', - 'Session::State::Cookie', + 'Session::State::Cookie', # FIXME - we're using our own override atm 'Authentication', ); |