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:
Daniel Rodriguez 2023-01-09 09:25:34 +00:00
commit 2fcbdfadc5
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ if ($get_agent_alerts_datatable === true) {
} else {
$options_simple = [
'order' => $order,
'limit' => $length,
'limit' => ($length > 0) ? $length : 1844674407370955161,
'offset' => $start,
];
}