[-] FO : fixed bug #PSCFV-5293 - product link rewrite bug with category keyword

This commit is contained in:
Vincent Augagneur
2012-11-26 12:06:03 +01:00
parent d5fc20435d
commit 7b307c737a
+3
View File
@@ -123,6 +123,9 @@ class LinkCore
if ($dispatcher->hasKeyword('product_rule', $id_lang, 'tags'))
$params['tags'] = Tools::str2url($product->getTags($id_lang));
if ($dispatcher->hasKeyword('product_rule', $id_lang, 'category'))
$params['category'] = Tools::str2url($product->category);
if ($dispatcher->hasKeyword('product_rule', $id_lang, 'reference'))
$params['reference'] = Tools::str2url($product->reference);