Skip to content

Commit 29c9725

Browse files
authored
Merge pull request #11 from craigcarnell/feature/7.2
Fix value is not array
2 parents 68aaafb + 7079a47 commit 29c9725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function _addSubMenu($child, $childLevel, $childrenWrapClass, $limit)
7676
return $html;
7777
}
7878

79-
$colStops = null;
79+
$colStops = [];
8080
if ($childLevel == 0 && $limit) {
8181
$colStops = $this->_columnBrake($child->getChildren(), $limit);
8282
}

0 commit comments

Comments
 (0)