Mailer.php
authorEdward <edward@roojs.com>
Mon, 14 Jan 2019 03:51:40 +0000 (11:51 +0800)
committerEdward <edward@roojs.com>
Mon, 14 Jan 2019 03:51:40 +0000 (11:51 +0800)
Mailer.php

index 3ee7d52..2a62414 100644 (file)
@@ -402,7 +402,7 @@ class Pman_Core_Mailer {
             }
             
             if(!array_key_exists($url, $urls)){
-                $url = "//localhost/web.MediaOutreach/Release/templates/images/logo.png";
+                $url = "localhost/web.MediaOutreach/Release/templates/images/logo.png";
                 $conv = $this->fetchImage($url);
                 echo "$url\n";
                 print_r($conv);exit;