Skip to content

Commit d83fd79

Browse files
committed
correct typo
1 parent 1186a1b commit d83fd79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/code/community/TheExtensionLab/MegaMenu/Model/Menu

app/code/community/TheExtensionLab/MegaMenu/Model/Menu/Populator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function _getNodeId($categoryId)
7474

7575
private function _getSubCategories($category)
7676
{
77-
if(&& Mage::helper('catalog/category_flat')->isEnabled() && Mage::helper('catalog/category_flat')->isBuilt()) {
77+
if(Mage::helper('catalog/category_flat')->isEnabled() && Mage::helper('catalog/category_flat')->isBuilt()) {
7878
$subcategories = $category->getChildrenNodes();
7979
} else {
8080
$subcategories = $category->getChildren();

0 commit comments

Comments
 (0)