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:
Sergei Solovev 2023-03-12 21:17:40 +03:00 committed by GitHub
commit 447aec241d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;