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

index 99d4b97..f9192e0 100644 (file)
@@ -424,6 +424,8 @@ class Pman_Core_Mailer {
     
     function fetchImage($url)
     {
+        $url = $this->mapurl($url);
+        
         if($this->debug) {
             echo "FETCH : $url\n";
         }