Skip to content

Commit

Permalink
Merge pull request #11 from craigcarnell/feature/7.2
Browse files Browse the repository at this point in the history
Fix value is not array
  • Loading branch information
mmenozzi authored Nov 30, 2018
2 parents 68aaafb + 7079a47 commit 29c9725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Html/Topmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function _addSubMenu($child, $childLevel, $childrenWrapClass, $limit)
return $html;
}

$colStops = null;
$colStops = [];
if ($childLevel == 0 && $limit) {
$colStops = $this->_columnBrake($child->getChildren(), $limit);
}
Expand Down

0 comments on commit 29c9725

Please sign in to comment.