From: Alan Knowles Date: Thu, 11 Jun 2015 04:24:11 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e96cf4888ad6d99b8448ae90055fc85dccdd410a Notify.php --- 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;