NotifySend.php
authorAlan Knowles <alan@roojs.com>
Wed, 15 Feb 2012 04:55:40 +0000 (12:55 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 15 Feb 2012 04:55:40 +0000 (12:55 +0800)
NotifySend.php

index 9440ac9..eadb188 100644 (file)
@@ -393,9 +393,9 @@ class Pman_Core_NotifySend extends Pman
          
      }
      **/
-    function makeEmail($object, $rcpt, $last_sent_date, $notify)
+    function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false)
     {
-        return $object->toEmail($rcpt, $last_sent_date, $notify);
+        return $object->toEmail($rcpt, $last_sent_date, $notify, $force);
     }
     
     function debug($str)