From d02463623114e56d24b64b42c11eacb02d2e858b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Aug 2011 11:14:58 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 98369765..037751fa 100644 --- a/Notify.php +++ b/Notify.php @@ -108,7 +108,7 @@ class Pman_Core_Notify extends Pman $o = $w->object(); - echo "$e->id : $w->person_id_email email : ". + echo "$w->id : $w->person_id_email email : ". $o->toEventString()." ". $w->status() . "\n"; } exit; -- 2.39.2