Mailer.php
authorChris <chris@roojs.com>
Thu, 23 May 2013 03:15:00 +0000 (11:15 +0800)
committerChris <chris@roojs.com>
Thu, 23 May 2013 03:15:00 +0000 (11:15 +0800)
Mailer.php

index f3a6503..3d989c4 100644 (file)
@@ -185,7 +185,8 @@ class Pman_Core_Mailer {
             return $email;
         }
         if ($this->debug) {
-            echo '<PRE>';echo htmlspecialchars(print_r($data,true));
+            echo '<PRE>';echo htmlspecialchars(print_r(        $email = $this->toData();
+,true));
         }
         ///$recipents = array($this->email);
         $mailOptions = PEAR::getStaticProperty('Mail','options');