Replace Smarty:: with symfony/polyfill-mbstring

This commit is contained in:
Simon Wisselink
2022-12-01 21:56:12 +01:00
parent 9a0d46f1bc
commit d0319bdc87
37 changed files with 79 additions and 902 deletions

View File

@@ -19,10 +19,6 @@
*/
function smarty_modifiercompiler_to_charset($params)
{
if (!\Smarty\Smarty::$_MBSTRING) {
// FIXME: (rodneyrehm) shouldn't this throw an error?
return $params[ 0 ];
}
if (!isset($params[ 1 ])) {
$params[ 1 ] = '"ISO-8859-1"';
}