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

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