Index: trunk/core/kernel/parser/template_parser.php =================================================================== diff -u -r2604 -r2678 --- trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 2604) +++ trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 2678) @@ -471,6 +471,8 @@ // $this->ParamsRecursionIndex--; //$this->SetParams($params); + if( !isset($pass_params['PrefixSpecial']) ) $pass_params['PrefixSpecial'] = $pass_params['prefix']; + $ret = $f($pass_params); unset($this->ParamsStack[$this->ParamsRecursionIndex--]);