aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-18 14:45:32 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-18 14:45:32 +0000
commit2a6169e6f6805f9276d616ccbcb22f9abfcf4d3c (patch)
tree6c67c227337136df959b525df32d1e80893a3a52 /perllib
parentdf2e586f26ca9b01bf2101b91c0d716a380ad1ab (diff)
Create a new report by going to '/reports/new'
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Map.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm
index a9978103f..64cc38a2e 100644
--- a/perllib/FixMyStreet/Map.pm
+++ b/perllib/FixMyStreet/Map.pm
@@ -38,7 +38,7 @@ sub header {
my $cobrand = Page::get_cobrand($q);
my $cobrand_form_elements =
Cobrand::form_elements( $cobrand, 'mapForm', $q );
- my $form_action = Cobrand::url( $cobrand, '', $q );
+ my $form_action = Cobrand::url( $cobrand, '/reports/new', $q );
my $encoding = '';
$encoding = ' enctype="multipart/form-data"' if $type == 2;
my $pc = $q->param('pc') || '';