fixed api get events

This commit is contained in:
alejandro.campos@artica.es 2022-11-15 17:32:22 +01:00
parent 2e7d5aa336
commit a67e70f04e
1 changed files with 1 additions and 1 deletions

View File

@ -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,
];