From 1ec518849c02048a203bfe59358073a840ef381c Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 1 Nov 2019 18:52:49 +0800 Subject: [PATCH] Update Plugs.php --- app/admin/controller/api/Plugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/api/Plugs.php b/app/admin/controller/api/Plugs.php index 0ca7643f1..431e02e11 100644 --- a/app/admin/controller/api/Plugs.php +++ b/app/admin/controller/api/Plugs.php @@ -121,7 +121,7 @@ class Plugs extends Controller $this->uptype = input('uptype'); if (!in_array($this->uptype, ['local', 'oss', 'qiniu'])) { $this->uptype = sysconf('storage.type'); - } + }2 return $this->uptype; }