Index: branches/RC/core/units/general/cat_tag_processor.php =================================================================== diff -u -r9535 -r9598 --- branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 9535) +++ branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 9598) @@ -631,6 +631,13 @@ return $ret; } + + function DownloadFileLink($params) + { + $params[$this->getPrefixSpecial().'_event'] = 'OnDownloadFile'; + + return $this->ItemLink($params); + } } ?> \ No newline at end of file