From 3f3d1ca5f4a6b45420f630bbdef098cfe74a1f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Nov 2020 10:26:10 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Core/Help.php b/System/Core/Help.php index 30290045..1feb909b 100644 --- a/System/Core/Help.php +++ b/System/Core/Help.php @@ -53,6 +53,7 @@ class Help { $_xml = json_decode($xml, true); if (is_null($_xml)) { + var_dump($_xml); return []; } return $_xml;