Fix wrong indentation in libs/plugins/modifier.capitalize.php (#802)

This commit is contained in:
Hypolite Petovan
2022-09-18 05:14:59 -04:00
committed by GitHub
parent e2e68b3622
commit d683641f90

View File

@@ -22,7 +22,7 @@
*/
function smarty_modifier_capitalize($string, $uc_digits = false, $lc_rest = false)
{
$string = (string) $string;
$string = (string) $string;
if (Smarty::$_MBSTRING) {
if ($lc_rest) {