aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-22 14:49:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-22 14:49:42 +0100
commitdf4583814b09d3844db1ffe671b2cb8ff48a6d93 (patch)
tree3d01231000b4ca071aeaf2fd7393316a0b6aed4d /perllib/FixMyStreet/App/Controller/Root.pm
parent7985b5e44688f9ddaf430bf06c42b50484da038a (diff)
parent58365c1fc883f64e6a8c9b4cd70869013c179b69 (diff)
Merge branch 'master' into bromley
Conflicts: bin/send-reports perllib/FixMyStreet/App/Controller/Report/New.pm
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index 9cdf0b523..7f7d7f5fd 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -68,7 +68,7 @@ Forward to the standard 404 error page
sub default : Path {
my ( $self, $c ) = @_;
- $c->detach('/page_error_404_not_found');
+ $c->detach('/page_error_404_not_found', []);
}
=head2 page_error_404_not_found, page_error_410_gone