Skip to content

Commit

Permalink
Update getDataGridPager.php (#633)
Browse files Browse the repository at this point in the history
Fixes sortable columns, as reported by Manuel in https://forums.opencats.org/viewtopic.php?p=5482#p5482
  • Loading branch information
RussH authored Jan 12, 2024
1 parent 86f2fcc commit 6381902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/getDataGridPager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']))
Expand Down

0 comments on commit 6381902

Please sign in to comment.