mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
BUGFIX Don't loop over first menu when including sidebar (fixes #8166)
This commit is contained in:
parent
5779d770dc
commit
78f491caa3
@ -7,9 +7,7 @@
|
||||
<% end_loop %>
|
||||
</h3>
|
||||
<ul>
|
||||
<% loop $Menu(1) %>
|
||||
<% include SidebarMenu %>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
</nav>
|
||||
<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user