mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed get events API pandora_enterprise#9723
This commit is contained in:
parent
c16901a5e2
commit
e003d0d13a
@ -11355,6 +11355,10 @@ function api_get_events($node_id, $trash2, $other, $returnType)
|
||||
} else {
|
||||
$offset = $other['data'][11];
|
||||
}
|
||||
} else {
|
||||
if (isset($other['data'][10]) === true) {
|
||||
$offset = 0;
|
||||
}
|
||||
}
|
||||
|
||||
$fields = ['te.*'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user