diff --git a/pandora_console/include/functions_agents.php b/pandora_console/include/functions_agents.php index f21775ffa8..ebf0fa119e 100644 --- a/pandora_console/include/functions_agents.php +++ b/pandora_console/include/functions_agents.php @@ -1810,7 +1810,7 @@ function agents_get_alias_array($array_ids) * * @return string Alias of the given agent. */ -function agents_get_alias(int|array $id_agent, string $case='none') +function agents_get_alias($id_agent, string $case='none') { // Prepare cache. static $cache = [];