DataObjects/Core_notify_recur.php
[Pman.Core] / 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);
         }