Index: trunk/core/kernel/processors/tag_processor.php =================================================================== diff -u -N -r8402 -r8686 --- trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 8402) +++ trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 8686) @@ -105,7 +105,8 @@ $processor =& $this->Application->recallObject($__tag_processor); $processor->Prefix = $tmp['prefix']; $processor->Special = getArrayValue($tag_mapping, 2) ? $tag_mapping[2] : $tmp['special']; - + + $params['original_tag'] = $Method; // allows to define same method for different aggregated tags in same tag processor $params['PrefixSpecial'] = $this->getPrefixSpecial(); // $prefix; $ret = $processor->ProcessParsedTag($tag_mapping[1], $params, $prefix); if (isset($params['result_to_var'])) {