// Allow list disabled categories

This commit is contained in:
Jerome Nadaud
2013-11-28 14:49:41 +01:00
parent a0a3e95e1c
commit b66f8ea75a
+1 -1
View File
@@ -57,7 +57,7 @@ class HelperTreeCategoriesCore extends TreeCore
{
if (!isset($this->_data))
$this->setData(Category::getNestedCategories(
$this->getRootCategory(), $this->getLang()));
$this->getRootCategory(), $this->getLang(), false));
return $this->_data;
}