Index: trunk/core/kernel/processors/tag_processor.php =================================================================== diff -u -N -r7855 -r7933 --- trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 7855) +++ trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 7933) @@ -106,7 +106,8 @@ $processor =& $this->Application->recallObject($__tag_processor); $processor->Prefix = $tmp['prefix']; $processor->Special = getArrayValue($tag_mapping, 2) ? $tag_mapping[2] : $tmp['special']; - $params['PrefixSpecial'] = $prefix; + + $params['PrefixSpecial'] = $this->getPrefixSpecial(); // $prefix; $ret = $processor->ProcessParsedTag($tag_mapping[1], $params, $prefix); if (isset($params['result_to_var'])) { $this->Application->Parser->SetParam($params['result_to_var'], $ret);