We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1186a1b commit d83fd79Copy full SHA for d83fd79
1 file changed
app/code/community/TheExtensionLab/MegaMenu/Model/Menu/Populator.php
@@ -74,7 +74,7 @@ private function _getNodeId($categoryId)
74
75
private function _getSubCategories($category)
76
{
77
- if(&& Mage::helper('catalog/category_flat')->isEnabled() && Mage::helper('catalog/category_flat')->isBuilt()) {
+ if(Mage::helper('catalog/category_flat')->isEnabled() && Mage::helper('catalog/category_flat')->isBuilt()) {
78
$subcategories = $category->getChildrenNodes();
79
} else {
80
$subcategories = $category->getChildren();
0 commit comments