Skip to content

Commit 7079a47

Browse files
committed
Fix value is not array
1 parent 042d417 commit 7079a47

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)