NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 00:49:54 +0000 (08:49 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 00:49:54 +0000 (08:49 +0800)
NotifySend.php

index 217250b..b4282ba 100644 (file)
@@ -245,9 +245,9 @@ class Pman_Core_NotifySend extends Pman
      * wrapper to call object->toEmail()
      * 
      **/
-    function makeEmail($o, $p, $last, $notify)
+    function makeEmail($object, $rcpt, $last_sent_date, $notify)
     {
-        return $o->toEmail($p,$last, $notify);
+        return $object->toEmail($rcpt, $last_sent_date, $notify);
     }
     
     function debug($str)