Mailer.php
authorEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:04:36 +0000 (17:04 +0800)
committerEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:04:36 +0000 (17:04 +0800)
Mailer.php

index a667d0f..ad81f42 100644 (file)
@@ -405,6 +405,8 @@ class Pman_Core_Mailer {
             
             if(!array_key_exists($url, $urls)){
                 $conv = $this->fetchImage($url);
+                print_r($conv);
+                echo "<br/>";
                 $urls[$url] = $conv;
                 $this->images[$conv['contentid']] = $conv;
             } else {