// Blocklayered : change version number to the 1.8 + fix bug with smarty v2

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13307 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-14 14:30:06 +00:00
parent 48ee130542
commit 1edd58883a
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -39,7 +39,7 @@ class BlockLayered extends Module
{
$this->name = 'blocklayered';
$this->tab = 'front_office_features';
$this->version = '1.7.8';
$this->version = '1.8';
$this->author = 'PrestaShop';
$this->need_instance = 0;
@@ -3051,6 +3051,7 @@ class BlockLayered extends Module
return false;
$smarty->assign($filterBlock);
$smarty->assign('hide_0_values', Configuration::get('PS_LAYERED_HIDE_0_VALUES'));
return $this->display(__FILE__, 'blocklayered.tpl');
}