From 6c7d943631f820196e4d6a2922f5903ba282d950 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 3 Apr 2024 09:46:39 +0800 Subject: [PATCH] fix --- application/views/cache/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/cache/update.php b/application/views/cache/update.php index 099e8704..522d7325 100644 --- a/application/views/cache/update.php +++ b/application/views/cache/update.php @@ -196,7 +196,7 @@ $it) { // $encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8')); // $_it = mb_convert_encoding($it, 'UTF8', $encode); - $_it = preg_replace('/#(.*)$/i', '', $_it); + $_it = preg_replace('/#(.*)$/i', '', $it); ?>