Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:18:11 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:18:11 +0000 (11:18 +0800)
Mailer.php

index b6417ca..65b113b 100644 (file)
@@ -87,7 +87,7 @@ class Pman_Core_Mailer {
         if (!empty($ff->Core_Mailer['debug'])) {
             $this->debug = $ff->Core_Mailer['debug'];
         }
-        
+        $this->log($this);
         
     }