From 0f17af5a90f5dd09d71d87ea9dee905b845f4ef9 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 14:13:51 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 67687938..13ba3977 100644 --- a/Images.php +++ b/Images.php @@ -371,7 +371,7 @@ class Pman_Core_Images extends Pman } - print_r($html);exit; + $result = array(); preg_match_all('/]+>/i',$html, $result); -- 2.39.2