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

index eaf2ecd..9d47bff 100644 (file)
@@ -436,7 +436,8 @@ class Pman_Core_NotifySend extends Pman
         }
                 
         if (!method_exists($object, 'toEmail')) {
-            print_r($object);
+            var_Dump($object);
+            exit;
         }
         return $object->toEmail($rcpt, $last_sent_date, $notify, $force);
     }