Notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 11 Jun 2015 04:24:11 +0000 (12:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Jun 2015 04:24:11 +0000 (12:24 +0800)
Notify.php

index b564f4a..5997ffd 100644 (file)
@@ -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;