From 385d7c61c976193b1806a6c702166f597fd23586 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 13:47:07 +0800 Subject: [PATCH] Images.php --- Images.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Images.php b/Images.php index 80af24ec..b666327c 100644 --- a/Images.php +++ b/Images.php @@ -340,9 +340,7 @@ class Pman_Core_Images extends Pman preg_match_all('/]+>/i',$html, $result); $matches = array_unique($result[0]); - print_r($result); - print_r($result[0]); - print_r($matches);exit; + foreach($matches as $img) { $imatch = array(); preg_match_all('/(width|height|src)="([^"]*)"/i',$img, $imatch); -- 2.39.2