FriendsOfREDAXO / mblock

Beliebig viele Datenblöcke innerhalb eines Moduls, per Drag & Drop verschiebbar.
MIT License
81 stars 10 forks source link

fix "Deprecated: mb_convert_encoding()" Warning #156

Closed tyrant88 closed 1 year ago

tyrant88 commented 1 year ago

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in src\addons\mblock\lib\MBlock\Decorator\MBlockReplacerTrait.php on line 24

Ein gewisser @gharlan hat das auch hier https://github.com/symfony/symfony/issues/44281 gemeldet... :-)

Die Lösung dort habe ich dann wiederum angepasst, weil utf8_decode() auch depreacted ist.