From a333304a0a0fb0ac7f3c2d284181eb1d5f2d8e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Nov 2020 10:25:34 +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 57ca2a22..30290045 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)) { - return $xml; + return []; } return $_xml; }