From e96cf4888ad6d99b8448ae90055fc85dccdd410a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Jun 2015 12:24:11 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index b564f4a3..5997ffdd 100644 --- a/Notify.php +++ b/Notify.php @@ -214,7 +214,7 @@ class Pman_Core_Notify extends Pman $o = $w->object(); - $this->logecho("$w->id : $w->person_id_email email : ". + $this->logecho("{$w->id} : {$w->person()->email} email : ". $o->toEventString()." ". $w->status() ); } exit; -- 2.39.2