mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#9999 changed limit length when value is -1
This commit is contained in:
parent
a1421b9138
commit
889cd81155
@ -850,7 +850,7 @@ if ($get_agent_alerts_datatable === true) {
|
|||||||
} else {
|
} else {
|
||||||
$options_simple = [
|
$options_simple = [
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
'limit' => ($length > 0) ? $length : 18446744073709551615,
|
'limit' => ($length > 0) ? $length : 1844674407370955161,
|
||||||
'offset' => $start,
|
'offset' => $start,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user