diff options
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index f0f5ab1c..b138702c 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -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? --> |