From f418bb03a9cfea466382017deaf468dfb9ed0e12 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 3 Jul 2018 13:54:22 +0800 Subject: [PATCH] * finish task #4522. --- module/file/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/file/model.php b/module/file/model.php index c35c590d0b..c96813bfdf 100644 --- a/module/file/model.php +++ b/module/file/model.php @@ -613,6 +613,7 @@ class fileModel extends model */ private function removeInterference($matchs) { + if(strlen($matchs[1]) % 2 == 1) return $matchs[1] . $matchs[2]; return str_replace('""', '"', $matchs[1]) . str_replace(',', ',', $matchs[2]); }