mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 {
|
} else {
|
||||||
$offset = $other['data'][11];
|
$offset = $other['data'][11];
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if (isset($other['data'][10]) === true) {
|
||||||
|
$offset = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$fields = ['te.*'];
|
$fields = ['te.*'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user