aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-12-11 16:26:16 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-12-19 17:02:04 +0000
commitcfb0dd09a7be10d6443995930cbb8739f4d1ecc7 (patch)
tree9e5f30604fb19941c3af974c6322157c53d21f2d /perllib
parentc4169478a3cd94902b9d4d5ca166dbd85bca09ce (diff)
[fixmystreet.com] Get topic when reporting abuse.
Diffstat (limited to 'perllib')
-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');