mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
append "@" to _run_mod_handler to supress warnings
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,3 +1,4 @@
|
|||||||
|
- append "@" to _run_mod_handler to supress warnings (Monte)
|
||||||
- fix problem with escaped double quotes (Monte)
|
- fix problem with escaped double quotes (Monte)
|
||||||
- fix html_radios to not return an array (Monte)
|
- fix html_radios to not return an array (Monte)
|
||||||
- fixed length in modifier.truncate.php (messju)
|
- fixed length in modifier.truncate.php (messju)
|
||||||
|
@@ -1641,7 +1641,8 @@ class Smarty_Compiler extends Smarty {
|
|||||||
else
|
else
|
||||||
$modifier_args = '';
|
$modifier_args = '';
|
||||||
|
|
||||||
$output = "\$this->_run_mod_handler('$modifier_name', $map_array, $output$modifier_args)";
|
|
||||||
|
$output = "@\$this->_run_mod_handler('$modifier_name', $map_array, $output$modifier_args)";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user