From a5255e453c2fef3cfe78dd04979806e937a3bf0c Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 10 Jan 2012 16:03:52 +0000 Subject: [PATCH] // Retrocompatibility with 1.4 --- modules/blocklayered/blocklayered.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/blocklayered/blocklayered.php b/modules/blocklayered/blocklayered.php index 0a78c83f7..7a357536d 100644 --- a/modules/blocklayered/blocklayered.php +++ b/modules/blocklayered/blocklayered.php @@ -20,7 +20,7 @@ * * @author PrestaShop SA * @copyright 2007-2011 PrestaShop SA -* @version Release: $Revision: 10659 $ +* @version Release: $Revision: 12319 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registred Trademark & Property of PrestaShop SA */ @@ -1629,6 +1629,7 @@ class BlockLayered extends Module } $trads = array( 'Root' => $root_category, + 'Home' => $root_category, // for retrocompatibility 1.4 'selected' => $this->l('selected'), 'Collapse All' => $this->l('Collapse All'), 'Expand All' => $this->l('Expand All'),