From 474e5d405ab7dec759b5159033fcbdc9bca7e44c Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 13:46:42 +0800 Subject: [PATCH] Images.php --- Images.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Images.php b/Images.php index b342c180..80af24ec 100644 --- a/Images.php +++ b/Images.php @@ -340,6 +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) { -- 2.39.2