1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Comment menu pref was not loaded properly.

This commit is contained in:
Cameron
2016-12-06 09:52:50 -08:00
parent 9d42dd7e42
commit 6b722e4090

View File

@@ -33,6 +33,7 @@ else
{ {
require_once(e_PLUGIN."comment_menu/comment_menu_template.php"); require_once(e_PLUGIN."comment_menu/comment_menu_template.php");
} }
global $menu_pref;
$data = $cobj->getCommentData(intval($menu_pref['comment_display'])); $data = $cobj->getCommentData(intval($menu_pref['comment_display']));