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

index c49740e..38cad85 100644 (file)
@@ -314,7 +314,7 @@ class Pman_Core_Mailer {
         
         $pg = $ff->page;
         
-        print_R(is_array($email));exit;
+        var_dump(is_array($email));exit;
         
         $email = is_array($email)  ? $email : $this->toData();