mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
removed unused 2nd param in call to _parse_var()
This commit is contained in:
@@ -1703,7 +1703,7 @@ class Smarty_Compiler extends Smarty {
|
|||||||
}
|
}
|
||||||
if($_has_math) {
|
if($_has_math) {
|
||||||
if(!empty($_complete_var) || is_numeric($_complete_var))
|
if(!empty($_complete_var) || is_numeric($_complete_var))
|
||||||
$_output .= $this->_parse_var($_complete_var, true);
|
$_output .= $this->_parse_var($_complete_var);
|
||||||
|
|
||||||
// get the modifiers working (only the last var from math + modifier is left)
|
// get the modifiers working (only the last var from math + modifier is left)
|
||||||
$var_expr = $_complete_var;
|
$var_expr = $_complete_var;
|
||||||
|
Reference in New Issue
Block a user