diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-19 17:03:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-19 17:03:08 +0000 |
commit | 59237fe80fe162991a28b5858a891a2c7b8bba57 (patch) | |
tree | b91d8a48a55cbc666942e4b07523137095d30f77 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | 651b07c68163ec4eae8ace3fa812077d941309eb (diff) | |
parent | 584b6297f229f5fa2e1c0b44d9078a7b09e83e63 (diff) |
Merge branch '1072-reason-for-reporting'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index b2fc5ba83..fb454f495 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -52,9 +52,6 @@ sub extra_contact_validation { my $self = shift; my $c = shift; - # Don't care about dest if reporting abuse - return () if $c->stash->{problem}; - my %errors; $c->stash->{dest} = $c->get_param('dest'); |