From 50d45a1ac28ea780d951855da9934496dc5f9f52 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 11 Oct 2022 19:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dua=5Fhtmlspecialchars=5Fdecod?= =?UTF-8?q?e=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common.php b/app/common.php index bef3382..38e72c8 100644 --- a/app/common.php +++ b/app/common.php @@ -254,7 +254,7 @@ if (!function_exists('ua_htmlspecialchars_decode')) { $string = ''; } - return ua_htmlspecialchars_decode($string, $flag); + return htmlspecialchars_decode($string, $flag); } }