1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

Merge pull request #6377 from lionel-rowe/ticket/16981

[ticket/16981] Fix HTML-encoded emojis in email subject line
This commit is contained in:
Marc Alexander
2022-04-30 22:27:37 +02:00
55 changed files with 134 additions and 134 deletions

View File

@@ -1824,7 +1824,7 @@ class fulltext_native extends \phpbb\search\base
/**
* Replace HTML entities and NCRs
*/
$text = htmlspecialchars_decode(utf8_decode_ncr($text), ENT_QUOTES);
$text = html_entity_decode(utf8_decode_ncr($text), ENT_QUOTES);
/**
* Normalize to NFC