Skip to content

Commit 6381902

Browse files
authored
Update getDataGridPager.php (#633)
Fixes sortable columns, as reported by Manuel in https://forums.opencats.org/viewtopic.php?p=5482#p5482
1 parent 86f2fcc commit 6381902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax/getDataGridPager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
$indentifier = $_REQUEST['i'];
44-
$parameters = json_decode($_REQUEST['p']);
44+
$parameters = json_decode($_REQUEST['p'],true);
4545

4646
/* Handle dynamicArgument if it is set. */
4747
if (isset($_REQUEST['dynamicArgument']))

0 commit comments

Comments
 (0)