aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-01 11:13:32 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-01 11:13:32 +0100
commit4249138c5f1ba30708fe50971c8adf9f93adc1de (patch)
tree4d7de1c3245964240e23811fd1f2492b24718fbc /web/index.cgi
parent53fbccab8e7471fa9e06496a56f136b1edb43351 (diff)
Change '/reports/new' to '/report/new'
Fix broken links to '/reports/<<id>>' Get correct base under CGI and FastCGI
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index d9e781682..6c7a2f86d 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -938,7 +938,7 @@ sub display_location {
my $url_skip = NewURL(
$q,
- -url => '/reports/new',
+ -url => '/report/new',
-retain => 1,
x => undef,
y => undef,