aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index a57fceeaf..c48ff2c7a 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -199,9 +199,7 @@ sub _generate_service_request_description {
$description .= "detail: " . $problem->detail . "\n\n";
$description .= "url: " . $extra->{url} . "\n\n";
$description .= "Submitted via FixMyStreet\n";
- if ($self->extended_description ne 'oxfordshire') {
- $description = "title: " . $problem->title . "\n\n$description";
- }
+ $description = "title: " . $problem->title . "\n\n$description";
} elsif ($problem->cobrand eq 'fixamingata') {
$description .= "Titel: " . $problem->title . "\n\n";
$description .= "Beskrivning: " . $problem->detail . "\n\n";