Remove forgotten line
This commit is contained in:
parent
6d62ee60aa
commit
95308f4205
@ -97,7 +97,6 @@ class Advisor
|
||||
if (is_null($param)) {
|
||||
return sprintf(_gettext(Advisor::escapePercent($str)));
|
||||
} else {
|
||||
$value = $this->ruleExprEvaluate($param);
|
||||
$printf = 'sprintf("' . _gettext(Advisor::escapePercent($str)) . '",';
|
||||
return $this->ruleExprEvaluate(
|
||||
$printf . $param . ')',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user