Skip to content

Commit 72434b1

Browse files
committed
fix $childrenWrapClass never used
1 parent a005167 commit 72434b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Topmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ protected function _addSubMenu($child, $childLevel, $childrenWrapClass, $limit)
187187
$colStops = $this->_columnBrake($child->getChildren(), $limit);
188188
}
189189

190-
$html .= '<ul class="level' . $childLevel . ' submenu">';
190+
$html .= '<ul class="level' . $childLevel . ' ' . $childrenWrapClass .'">';
191191
$html .= $this->_getHtml($child, $childrenWrapClass, $limit, $colStops);
192192
$html .= '</ul>';
193193

0 commit comments

Comments
 (0)