- update code generated by PSR-2 standards fixer which introduced PHP 5.4 incompatibilities of 14.7.2013

This commit is contained in:
Uwe.Tews@googlemail.com
2013-07-15 18:18:28 +00:00
parent 00ccae8857
commit 584886cb1c
18 changed files with 80 additions and 77 deletions
@@ -25,7 +25,7 @@ class Smarty_Internal_Function_Call_Handler
* @param string $_hash nocache hash value
* @param bool $_nocache nocache flag
*/
static function call($_name, Smarty_Internal_Template $_template, $_params, $_hash, $_nocache)
public static function call($_name, Smarty_Internal_Template $_template, $_params, $_hash, $_nocache)
{
if ($_nocache) {
$_function = "smarty_template_function_{$_name}_nocache";