Skip to content

Commit

Permalink
fixed casing resulting in error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bodeanschi committed Sep 29, 2017
1 parent 10c2074 commit 9ccd1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "space48/cmsmenu",
"description": "Magento 2 module that replaces the core top navigation sub menus for CMS blocks.",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"proprietary"
],
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="store.menu">
<block class="Space48\Cmsmenu\Block\Html\CmsTopmenu" name="catalog.topnav" template="html/topmenu.phtml" ttl="3600" before="-"/>
<block class="Space48\CmsMenu\Block\Html\CmsTopmenu" name="catalog.topnav" template="html/topmenu.phtml" ttl="3600" before="-"/>
</referenceBlock>
</body>
</page>

0 comments on commit 9ccd1e5

Please sign in to comment.