From 638190219cb9e9cc4fed83274ccfd6ff0770434c Mon Sep 17 00:00:00 2001 From: RussH Date: Fri, 12 Jan 2024 16:30:56 +0000 Subject: [PATCH] Update getDataGridPager.php (#633) Fixes sortable columns, as reported by Manuel in https://forums.opencats.org/viewtopic.php?p=5482#p5482 --- ajax/getDataGridPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/getDataGridPager.php b/ajax/getDataGridPager.php index 0b564277..a8075290 100755 --- a/ajax/getDataGridPager.php +++ b/ajax/getDataGridPager.php @@ -41,7 +41,7 @@ } $indentifier = $_REQUEST['i']; -$parameters = json_decode($_REQUEST['p']); +$parameters = json_decode($_REQUEST['p'],true); /* Handle dynamicArgument if it is set. */ if (isset($_REQUEST['dynamicArgument']))