mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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 {
|
||||
$options_simple = [
|
||||
'order' => $order,
|
||||
'limit' => ($length > 0) ? $length : 18446744073709551615,
|
||||
'limit' => ($length > 0) ? $length : 1844674407370955161,
|
||||
'offset' => $start,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user