From 25302dc5945f71e6e8b13ea0b9793700f201f967 Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sun, 12 Mar 2023 20:46:38 +0300 Subject: [PATCH] Update system.php --- system/library/system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/library/system.php b/system/library/system.php index cfb4636..1e04780 100644 --- a/system/library/system.php +++ b/system/library/system.php @@ -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;