From 28d8395481beeab8fc546d8d47013fd501d1bc99 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 21 Aug 2019 09:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=BC=96=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/PluginsAdminService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/PluginsAdminService.php b/application/service/PluginsAdminService.php index 0cf5539f0..e60004699 100755 --- a/application/service/PluginsAdminService.php +++ b/application/service/PluginsAdminService.php @@ -827,7 +827,7 @@ php; 'base' => [ 'plugins' => $plugins, 'name' => $params['name'], - 'logo' => $params['logo'], + 'logo' => ResourcesService::AttachmentPathHandle($params['logo']), 'author' => $params['author'], 'author_url' => $params['author_url'], 'version' => $params['version'],