From 224009e7e6ed0e66c9c4172547719ed7d181df83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 7 Jan 2022 19:00:45 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 64f19605..c425f844 100644 --- a/function.php +++ b/function.php @@ -851,7 +851,7 @@ if (!function_exists('storage')) { if (empty($fileName)) { return $basePath . '/' . $path . '/'; } - $fileName = $basePath . '/' . $path . '/' . $fileName; + $fileName = $basePath . '/' . $path . $fileName; if (!file_exists($fileName)) { touch($fileName); }