mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
php72 fallback compat
This commit is contained in:
parent
331f8e8906
commit
849ab9820e
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user