Mailer.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:21:24 +0000 (19:21 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:21:24 +0000 (19:21 +0800)
Mailer.php

index 95d9eda..3a94034 100644 (file)
@@ -326,7 +326,7 @@ class Pman_Core_Mailer {
     }
     function fetchImage($url)
     {
-        
+        print_r($url);exit;
         if ($url[0] == '/') {
             $ff = HTML_FlexyFramework::get();
             $file = $ff->rootDir . $url;