From 2611c7ce44acfa5d2d0ffc24408c2a7d268a6144 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 13:47:18 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2