Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 05:47:18 +0000 (13:47 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 05:47:18 +0000 (13:47 +0800)
Images.php

index b666327..ecde860 100644 (file)
@@ -340,7 +340,7 @@ class Pman_Core_Images extends Pman
         preg_match_all('/<img\s+[^>]+>/i',$html, $result); 
         
         $matches = array_unique($result[0]);
-        
+        print_r($baseURL);exit;
         foreach($matches as $img) {
             $imatch = array();
             preg_match_all('/(width|height|src)="([^"]*)"/i',$img, $imatch);