From: edward Date: Wed, 5 Oct 2016 05:47:18 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2611c7ce44acfa5d2d0ffc24408c2a7d268a6144 Images.php --- diff --git a/Images.php b/Images.php index b666327c..ecde8608 100644 --- a/Images.php +++ b/Images.php @@ -340,7 +340,7 @@ class Pman_Core_Images extends Pman preg_match_all('/]+>/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);