Update system.php

This commit is contained in:
Sergei Solovev 2023-03-12 20:46:38 +03:00
parent f4c3e1327d
commit 25302dc594

View file

@ -50,7 +50,7 @@
return NULL;
}
public static function users($users = false, $user = false, $authkey = false, $del = false)
public static function users($users = [], $user = false, $authkey = false, $del = false)
{
global $mcache;