NotifySend.php
authorChris <chris@roojs.com>
Fri, 25 May 2012 10:07:12 +0000 (18:07 +0800)
committerChris <chris@roojs.com>
Fri, 25 May 2012 10:07:12 +0000 (18:07 +0800)
NotifySend.php

index a7af244..69bb862 100644 (file)
@@ -397,7 +397,7 @@ class Pman_Core_NotifySend extends Pman
     {
         $m = 'notify'. $notify->evtype;
         if (!empty($notify->evtype) && method_exists($object,'notify'. $notify->evtype)) {
-            $object->$m($rcpt, $last_sent_date, $notify, $force)
+            $object->$m($rcpt, $last_sent_date, $notify, $force);
         }