diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-28 14:21:49 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-28 14:21:49 +0100 |
commit | 5125b7f0cefaa18d5c230f12999856ab153d0c2e (patch) | |
tree | 259fe693b28adff51f643cb16176d2ec6f30c779 /perllib/FixMyStreet/App/Controller/Rss.pm | |
parent | ba265b219ecc9c2f624ca6d4d38842d524ea37cf (diff) | |
parent | 8752ca5e37530af747a147e752a1e158658cccfa (diff) |
Merge remote branch 'origin/master'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Rss.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Rss.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Rss.pm b/perllib/FixMyStreet/App/Controller/Rss.pm index 23345df65..7fddbed97 100755 --- a/perllib/FixMyStreet/App/Controller/Rss.pm +++ b/perllib/FixMyStreet/App/Controller/Rss.pm @@ -151,6 +151,7 @@ sub local_problems_ll : Private { sub output : Private { my ( $self, $c ) = @_; + $c->detach( '/page_error_404_not_found', [ 'Feed not found' ] ) if $c->cobrand->moniker eq 'emptyhomes'; $c->forward( 'lookup_type' ); $c->forward( 'query_main' ); $c->forward( 'generate' ); |