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