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

index d9e5a57..54bcc96 100644 (file)
@@ -403,7 +403,7 @@ class Pman_Core_Mailer {
             
             if(!array_key_exists($url, $urls)){
                 $conv = $this->fetchImage($url);
-                echo "$url\";
+                echo "$url\n";
                 print_r($conv);exit;
                 $urls[$url] = $conv;
                 $this->images[$conv['contentid']] = $conv;