mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修复ua_htmlspecialchars_decode问题
This commit is contained in:
@@ -254,7 +254,7 @@ if (!function_exists('ua_htmlspecialchars_decode')) {
|
||||
$string = '';
|
||||
}
|
||||
|
||||
return ua_htmlspecialchars_decode($string, $flag);
|
||||
return htmlspecialchars_decode($string, $flag);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user