From 6b722e40900303f0503223e3c5e5c10bf69c4017 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 6 Dec 2016 09:52:50 -0800 Subject: [PATCH] Comment menu pref was not loaded properly. --- e107_plugins/comment_menu/comment_menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/comment_menu/comment_menu.php b/e107_plugins/comment_menu/comment_menu.php index f11d0d8df..9cec75027 100644 --- a/e107_plugins/comment_menu/comment_menu.php +++ b/e107_plugins/comment_menu/comment_menu.php @@ -33,6 +33,7 @@ else { require_once(e_PLUGIN."comment_menu/comment_menu_template.php"); } +global $menu_pref; $data = $cobj->getCommentData(intval($menu_pref['comment_display']));