[-] MO : fixed bug #PSCFV-4897
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17840 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1239,7 +1239,7 @@ class BlockLayered extends Module
|
||||
$description = strtolower(rtrim(substr($description, 0, -2)));
|
||||
// kewords attributes (ex: <attr1> <value1>, <attr1> <value2>, <attr2> <value1>)
|
||||
if (version_compare(_PS_VERSION_, '1.5', '>'))
|
||||
$category_metas = Meta::getMetaTags($id_lang, '', $title);
|
||||
$category_metas = Meta::getMetaTags($id_lang, 'category', $title);
|
||||
else
|
||||
$category_metas = Tools::getMetaTags($id_lang, '', $title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user