1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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");
}
global $menu_pref;
$data = $cobj->getCommentData(intval($menu_pref['comment_display']));