mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-9999-error-agente-apartado-full-list-of-alerts' into 'develop'
Ent 9999 error agente apartado full list of alerts See merge request artica/pandorafms!5382
This commit is contained in:
commit
2fcbdfadc5
@ -850,7 +850,7 @@ if ($get_agent_alerts_datatable === true) {
|
||||
} else {
|
||||
$options_simple = [
|
||||
'order' => $order,
|
||||
'limit' => $length,
|
||||
'limit' => ($length > 0) ? $length : 1844674407370955161,
|
||||
'offset' => $start,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user