aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-12-19 17:03:08 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-12-19 17:03:08 +0000
commit59237fe80fe162991a28b5858a891a2c7b8bba57 (patch)
treeb91d8a48a55cbc666942e4b07523137095d30f77 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm
parent651b07c68163ec4eae8ace3fa812077d941309eb (diff)
parent584b6297f229f5fa2e1c0b44d9078a7b09e83e63 (diff)
Merge branch '1072-reason-for-reporting'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm3
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');