From 56563aaac0731c3ffb6a64c7fd7ec8fed77aefb2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Jun 2015 12:24:26 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index 5997ffdd..f010e2fa 100644 --- a/Notify.php +++ b/Notify.php @@ -246,7 +246,7 @@ class Pman_Core_Notify extends Pman sleep(3); continue; } - if ($this->poolHasDomain($p->person_id_email) > $this->max_to_domain) { + if ($this->poolHasDomain($p->person()->email) > $this->max_to_domain) { if ($pushed === false) { // we only try once to requeue.. @@ -261,7 +261,7 @@ class Pman_Core_Notify extends Pman } - $this->run($p->id,$p->person_id_email); + $this->run($p->id,$p->person()->email); -- 2.39.2