diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:47:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:47:55 +0100 |
commit | 1c7903469e52e0511e2a8b8c6b5ca7e39421d19e (patch) | |
tree | 0d3840ef598900c33cfd2ac73cd59f01594fe218 /perllib/FixMyStreet/App/Controller/Report/New.pm | |
parent | 07f72867c97baebcec73583f6adb028966ffc6d5 (diff) | |
parent | 58096757d4d232ef0e848efc934fb846ef805539 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/New.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index 4d9bcd672..078b0b994 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -875,8 +875,7 @@ Add the html needed to for the map to the stash. =cut -# FIXME - much of this should not happen here or in maps code but in the -# templates. Perhaps also create a map 'None' to use when map is skipped. +# Perhaps also create a map 'None' to use when map is skipped. sub generate_map : Private { my ( $self, $c ) = @_; |