Index: branches/5.2.x/units/products/products_tag_processor.php =================================================================== diff -u -N -r15540 -r15854 --- branches/5.2.x/units/products/products_tag_processor.php (.../products_tag_processor.php) (revision 15540) +++ branches/5.2.x/units/products/products_tag_processor.php (.../products_tag_processor.php) (revision 15854) @@ -1,6 +1,6 @@ Application->HREF('__default__', '', Array ('pass_category' => 1))); + $params['continue'] = kUtil::escape($this->Application->HREF('__default__', '', Array ('pass_category' => 1)), kUtil::ESCAPE_URL); return $this->Application->ProcessParsedTag('m', 'Link', $params); }