Merge pull request #22 from EngineGPDev/Deprecated-Automatic-conversion-of-false-to-array-is-deprecated-in-/var/enginegp/system/library/system.php-on-line-60
Update system.php
This commit is contained in:
commit
447aec241d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue