[-] MO : BlockLayered - Fix missing attribute anchor separator

This commit is contained in:
Jerome Nadaud
2013-12-09 18:37:55 +01:00
parent fcf568b9ea
commit d4de6342b4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -38,7 +38,7 @@ class BlockLayered extends Module
{
$this->name = 'blocklayered';
$this->tab = 'front_office_features';
$this->version = '1.9.0';
$this->version = '1.10.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
$this->bootstrap = true;
@@ -73,6 +73,7 @@ class BlockLayered extends Module
Configuration::updateValue('PS_LAYERED_FILTER_INDEX_CDT', 0);
Configuration::updateValue('PS_LAYERED_FILTER_INDEX_MNF', 0);
Configuration::updateValue('PS_LAYERED_FILTER_INDEX_CAT', 0);
Configuration::updateValue('PS_ATTRIBUTE_ANCHOR_SEPARATOR', '-');
$this->rebuildLayeredStructure();
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>blocklayered</name>
<displayName><![CDATA[Layered navigation block]]></displayName>
<version><![CDATA[1.9.0]]></version>
<version><![CDATA[1.10.0]]></version>
<description><![CDATA[Displays a block with layered navigation filters.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>