From 591f1ca11ccb9e62e041d206a05a48a910b110f8 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Mon, 3 Mar 2025 20:38:51 +0300 Subject: [PATCH] fix prev commit --- src/includes/api/ListsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/includes/api/ListsController.php b/src/includes/api/ListsController.php index ce8057c..44eec47 100644 --- a/src/includes/api/ListsController.php +++ b/src/includes/api/ListsController.php @@ -353,7 +353,6 @@ class ListsController extends ApiController { return $t; } $db = DBConnection::instance(); - $order = $this->req->jsonBody['order']; $a = array(); $setCase = ''; $max = count($order);