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…
Reference in New Issue