Browse Source

Update system.php

Sergey 2 years ago
parent
commit
066e5fc0ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/library/system.php

+ 1 - 1
system/library/system.php

@@ -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;