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

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