From: Alan Knowles Date: Thu, 11 Aug 2011 03:14:58 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d02463623114e56d24b64b42c11eacb02d2e858b;p=Pman.Core Notify.php --- 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;