From 2a4560d04973a6573c26b5e472d8f0c3fec4d965 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Jul 2016 17:44:31 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index e768eb94..ea86b1a8 100644 --- a/Notify.php +++ b/Notify.php @@ -249,10 +249,10 @@ class Pman_Core_Notify extends Pman } if (!$p->person()) { print_R($p); - ; + exit ; } - if ($p->person()&& $this->poolHasDomain($p->person()->email) > $this->max_to_domain) { + if (this->poolHasDomain($p->person()->email) > $this->max_to_domain) { if ($pushed === false) { // we only try once to requeue.. -- 2.39.2