From 4cebec3eeddc54c3774c57cace7ff48faa9e5ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 29 Oct 2020 11:16:24 +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/JSON.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/System/Core/JSON.php b/System/Core/JSON.php index 3e641318..402b73c5 100644 --- a/System/Core/JSON.php +++ b/System/Core/JSON.php @@ -82,9 +82,6 @@ class JSON if ((int)$params['count'] == -100) { $params['count'] = 1; } - - ksort($params, SORT_ASC); - return static::encode($params); }