diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 11:13:32 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 11:13:32 +0100 |
commit | 4249138c5f1ba30708fe50971c8adf9f93adc1de (patch) | |
tree | 4d7de1c3245964240e23811fd1f2492b24718fbc /web/index.cgi | |
parent | 53fbccab8e7471fa9e06496a56f136b1edb43351 (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-x | web/index.cgi | 2 |
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, |