diff --git a/Smarty.addons.php b/Smarty.addons.php index f6d09e04..f90e04ad 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -81,7 +81,7 @@ function smarty_mod_date_format($string, $format) } -function smarty_mod_format($string, $format) +function smarty_mod_string_format($string, $format) { return sprintf($format, $string); }