Merge pull request #17 from EngineGPDev/Automatic-conversion-of-false-to-array-is-deprecated

Update system.php
This commit is contained in:
Sergei Solovev 2023-03-05 20:48:13 +03:00 committed by GitHub
commit 6d60cc773f
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, $user, $authkey, $del = false)
public static function users($users = false, $user = false, $authkey = false, $del = false)
{
global $mcache;