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

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