aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index be73ed9c1..695d10439 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -1061,6 +1061,7 @@ sub _admin_send_email {
my ( $c, $template, $problem ) = @_;
return unless $problem->get_extra_metadata('email_confirmed');
+ return if $problem->non_public;
my $to = $problem->name
? [ $problem->user->email, $problem->name ]