Browse Source

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

Update system.php
Sergei Solovev 2 years ago
parent
commit
6d60cc773f
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;