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; }