// Blocklayered: Fix translation problem with category url indexing

// Blocklayered: Adding missing translation
This commit is contained in:
mDeflotte
2012-04-23 15:16:28 +00:00
parent 2c740ae4a1
commit 2ecff4b0de
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ class BlockLayered extends Module
$attribute_values_by_lang[$category['id_lang']] = array();
if (!isset($attribute_values_by_lang[$category['id_lang']]['category']))
$attribute_values_by_lang[$category['id_lang']]['category'] = array();
$attribute_values_by_lang[$category['id_lang']]['category'][] = array('name' => $this->l('Categories'),
$attribute_values_by_lang[$category['id_lang']]['category'][] = array('name' => $this->translateWord('Categories', $category['id_lang']),
'id_name' => null, 'value' => $category['name'], 'id_value' => $category['id_category'],
'category_name' => $filter['link_rewrite'], 'type' => $filter['type']);
}