fixed api get events
This commit is contained in:
parent
2e7d5aa336
commit
a67e70f04e
|
@ -11334,7 +11334,7 @@ function api_get_events($node_id, $trash2, $other, $returnType)
|
|||
'status' => (isset($other['data'][8]) === true) ? $other['data'][8] : null,
|
||||
'search' => (isset($other['data'][9]) === true) ? $other['data'][9] : null,
|
||||
'id_group_filter' => (isset($other['data'][13]) === true) ? $other['data'][13] : null,
|
||||
'tag_with' => (isset($other['data'][14]) === true) ? $other['data'][14] : null,
|
||||
'tag_with' => (isset($other['data'][14]) === true) ? base64_encode(io_safe_output($other['data'][14])) : null,
|
||||
'event_type' => (isset($other['data'][15]) === true) ? $other['data'][15] : null,
|
||||
'id_server' => $node_id,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue