NotifySend.php
authorAlan Knowles <alan@roojs.com>
Wed, 17 Oct 2012 06:27:01 +0000 (14:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Oct 2012 06:27:01 +0000 (14:27 +0800)
NotifySend.php

index 23373f2..7686e72 100644 (file)
@@ -435,7 +435,9 @@ class Pman_Core_NotifySend extends Pman
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }
                 
-        if (!method_exists)
+        if (!method_exists($object, $m)) {
+            print_r($object);
+        }
         return $object->toEmail($rcpt, $last_sent_date, $notify, $force);
     }