diff --git a/app/code/Magento/Theme/Block/Html/Topmenu.php b/app/code/Magento/Theme/Block/Html/Topmenu.php index 70f82259f9f0a..c9c9f29461536 100644 --- a/app/code/Magento/Theme/Block/Html/Topmenu.php +++ b/app/code/Magento/Theme/Block/Html/Topmenu.php @@ -61,6 +61,7 @@ public function getHtml($outermostClass = '', $childrenWrapClass = '', $limit = 'page_block_html_topmenu_gethtml_after', ['menu' => $this->_menu, 'transportObject' => $transportObject] ); + $html = $transportObject->getHtml(); return $html; }