改名
This commit is contained in:
@@ -53,7 +53,7 @@ class Help
|
|||||||
{
|
{
|
||||||
$_xml = json_decode($xml, true);
|
$_xml = json_decode($xml, true);
|
||||||
if (is_null($_xml)) {
|
if (is_null($_xml)) {
|
||||||
return $xml;
|
return [];
|
||||||
}
|
}
|
||||||
return $_xml;
|
return $_xml;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user