Update Smarty to v2.6.31 (fix compatibility with PHP 7.2)

This commit is contained in:
nemunaire 2020-11-15 17:12:18 +01:00
commit f88f9499d0
400 changed files with 3366 additions and 49622 deletions

View file

@ -2,7 +2,7 @@
/**
* Smarty plugin
* @package Smarty
* @subpackage PluginsModifier
* @subpackage plugins
*/
@ -26,4 +26,7 @@ function smarty_modifier_default($string, $default = '')
else
return $string;
}
/* vim: set expandtab: */
?>