From 20e563c0efb98747f765e69fd97dadef11b18a95 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 2 Oct 2017 14:58:01 +0100 Subject: do not send blank problem update alerts --- perllib/FixMyStreet/Script/Alerts.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perllib/FixMyStreet/Script/Alerts.pm') diff --git a/perllib/FixMyStreet/Script/Alerts.pm b/perllib/FixMyStreet/Script/Alerts.pm index 86f11c7b5..aefdf82d5 100644 --- a/perllib/FixMyStreet/Script/Alerts.pm +++ b/perllib/FixMyStreet/Script/Alerts.pm @@ -103,6 +103,7 @@ sub send() { my $url = $cobrand->base_url_for_report($row); # this is currently only for new_updates if (defined($row->{item_text})) { + next unless $row->{item_text}; if ( $cobrand->moniker ne 'zurich' && $row->{alert_user_id} == $row->{user_id} ) { # This is an alert to the same user who made the report - make this a login link # Don't bother with Zurich which has no accounts -- cgit v1.2.3