php72 fallback compat

This commit is contained in:
fbsanchez 2022-02-07 13:58:42 +01:00
parent 331f8e8906
commit 849ab9820e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];