aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Rss.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-10-28 14:21:49 +0100
committerStruan Donald <struan@exo.org.uk>2011-10-28 14:21:49 +0100
commit5125b7f0cefaa18d5c230f12999856ab153d0c2e (patch)
tree259fe693b28adff51f643cb16176d2ec6f30c779 /perllib/FixMyStreet/App/Controller/Rss.pm
parentba265b219ecc9c2f624ca6d4d38842d524ea37cf (diff)
parent8752ca5e37530af747a147e752a1e158658cccfa (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Rss.pm')
-rwxr-xr-xperllib/FixMyStreet/App/Controller/Rss.pm1
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' );