diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-07 13:37:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-07 13:37:36 +0100 |
commit | 4c9a3b14cb4bbc36f066805245d1d7b1cfd01374 (patch) | |
tree | c21454c59bba8c1a9221d13a5f8a77ab6c0428d5 /perllib | |
parent | c327ab956418d8217fa02443a90233be906afa78 (diff) | |
parent | 1eccd97c82cf22bf3979378f85cbc7ec39a66807 (diff) |
Merge branch '1141-list-css'
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 723684793..640a8c063 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -28,7 +28,7 @@ If no search redirect back to the homepage. =cut -sub around_index : Path : Args(0) { +sub index : Path : Args(0) { my ( $self, $c ) = @_; # handle old coord systems |