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