[BUGFIX] Use PHP native htmlspecialchars_decode()
Method Generalutility::htmlspecialchars_decode() was replaced by htmlspecialchars_decode(). Also Generalutility::htmlspecialchars_decode() has been marked as deprecated Resolves: #54777 Releases: 6.2 Change-Id: Idc9b12d8a1dc2746ee0f742c37c640118c9f69c3 Reviewed-on: https://review.typo3.org/27473 Reviewed-by: Oliver Klee Reviewed-by: Karol Lamparski Reviewed-by: Marcin Sągol Tested-by: Marcin Sągol Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- typo3/sysext/core/Classes/Database/SoftReferenceIndex.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Database/SoftReferenceIndex.php
- typo3/sysext/core/Classes/Html/HtmlParser.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Html/HtmlParser.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 4 additions, 6 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
- typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php 1 addition, 1 deletiontypo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
- typo3/sysext/indexed_search/Classes/Indexer.php 2 additions, 2 deletionstypo3/sysext/indexed_search/Classes/Indexer.php
- typo3/sysext/opendocs/Classes/Controller/OpendocsController.php 1 addition, 1 deletion...sysext/opendocs/Classes/Controller/OpendocsController.php
Please register or sign in to comment