Mailer.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 09:47:28 +0000 (17:47 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 09:47:28 +0000 (17:47 +0800)
Mailer.php

index d76bb30..85e6cf1 100644 (file)
@@ -314,8 +314,10 @@ class Pman_Core_Mailer {
         
         $pg = $ff->page;
         
-        print_r('die');exit;
         $email = is_array($email)  ? $email : $this->toData();
+        print_r('die');exit;
+        
+        
         if (is_a($email, 'PEAR_Error')) {
             $pg->addEvent("COREMAILER-FAIL",  false, "email toData failed");