From ac22d2d32a4fdccef518f87a71a408c8b7c0a2dd Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 6 Nov 2021 11:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/PluginsService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/service/PluginsService.php b/app/service/PluginsService.php index 95b9797a4..2dd84d1c5 100755 --- a/app/service/PluginsService.php +++ b/app/service/PluginsService.php @@ -85,7 +85,6 @@ class PluginsService { if(isset($data[$field])) { - $data[$field.'_old'] = $data[$field]; $data[$field] = ResourcesService::AttachmentPathViewHandle($data[$field]); } } @@ -105,7 +104,6 @@ class PluginsService { if(in_array($ext, $attachment_ext)) { - $data[$k.'_old'] = $v; $data[$k] = ResourcesService::AttachmentPathViewHandle($v); } } -- GitLab