mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Call render() on the $menu, since we no longer use its __string()
function to do implicit conversion.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<div class="g-block-content">
|
||||
<!-- @todo: Highlight active menu option -->
|
||||
<div id="g-admin-comments-menu" class="ui-helper-clearfix">
|
||||
<?= $menu ?>
|
||||
<?= $menu->render() ?>
|
||||
</div>
|
||||
|
||||
<!-- @todo: Remove after setting active option? -->
|
||||
|
||||
Reference in New Issue
Block a user