fixed get events API pandora_enterprise#9723

This commit is contained in:
Daniel Barbero 2022-11-11 08:55:20 +01:00
parent c16901a5e2
commit e003d0d13a
1 changed files with 4 additions and 0 deletions

View File

@ -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.*'];