From edaff367a789f677b3a097b44301091c233fcf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Nov 2020 10:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Core/Help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Core/Help.php b/System/Core/Help.php index 1feb909b..7b826b83 100644 --- a/System/Core/Help.php +++ b/System/Core/Help.php @@ -53,7 +53,7 @@ class Help { $_xml = json_decode($xml, true); if (is_null($_xml)) { - var_dump($_xml); + var_dump($xml, $_xml); return []; } return $_xml;