From aed9e4eef87222d6f3ca32f154ec8e1065710c2f Mon Sep 17 00:00:00 2001 From: filesite Date: Wed, 5 Jun 2024 22:18:53 +0800 Subject: [PATCH] bug fix --- plugins/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Common.php b/plugins/Common.php index 8e22683..6a2fc46 100644 --- a/plugins/Common.php +++ b/plugins/Common.php @@ -93,7 +93,7 @@ Class Common { } } - return array_unique($map, SORT_NUMERIC); + return $map; } //保存用户共享目录记录