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

index 156043e..976d681 100644 (file)
@@ -402,8 +402,8 @@ class Pman_Core_Mailer {
             }
             
             if(!array_key_exists($url, $urls)){
-                print_r($url);exit;
                 $conv = $this->fetchImage($url);
+                print_r($conv);exit;
                 $urls[$url] = $conv;
                 $this->images[$conv['contentid']] = $conv;
             } else {