Index: branches/RC/core/units/related_searches/related_searches_tag_processor.php =================================================================== diff -u -r9329 -r9334 --- branches/RC/core/units/related_searches/related_searches_tag_processor.php (.../related_searches_tag_processor.php) (revision 9329) +++ branches/RC/core/units/related_searches/related_searches_tag_processor.php (.../related_searches_tag_processor.php) (revision 9334) @@ -2,7 +2,6 @@ class RelatedSearchTagProcessor extends kDBTagProcessor { - /** * Returns url for search on the Fornt End * @@ -14,8 +13,7 @@ $object =& $this->getObject($params); $keyword = $object->GetDBField('Keyword'); - return $this->Application->HREF($params['search_template'],'', Array( - 'keywords' => $keyword,)); + return $this->Application->HREF($params['search_template'],'', Array('keywords' => $keyword)); } }