Mailer.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 06:19:53 +0000 (14:19 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 06:19:53 +0000 (14:19 +0800)
Mailer.php

index 0476bc4..91dc17b 100644 (file)
@@ -209,6 +209,7 @@ class Pman_Core_Mailer {
     }
     function fetchImage($url)
     {
+        print_R($url);
         
         if (preg_match('#^file:///#', $url)) {
             $file = preg_replace('#^file://#', '', $url);