This commit is contained in:
Rémi Gaillard
2013-10-09 14:56:41 +02:00
parent 4242e485c7
commit 6f1cdba40e
+1 -1
View File
@@ -113,7 +113,7 @@ class SearchControllerCore extends FrontController
$result = Search::searchTag($this->context->language->id, $tag, false, $this->p, $this->n, $this->orderBy, $this->orderWay);
Hook::exec('actionSearch', array('expr' => $tag, 'total' => count($result)));
$this->addColorsToProductList($search['result']);
$this->addColorsToProductList($result);
$this->context->smarty->assign(array(
'search_tag' => $tag,