diff --git a/upload/source/module/forum/forum_post.php b/upload/source/module/forum/forum_post.php index ab70af613f5fe9e1e59cf69f54d916bf3f10345b..2efcc16ad2c0334b76a1c3e61930d249e94a3a75 100644 --- a/upload/source/module/forum/forum_post.php +++ b/upload/source/module/forum/forum_post.php @@ -338,6 +338,7 @@ if(helper_access::check_module('album') && $_G['group']['allowupload'] && $_G['s require_once libfile('function/portalcp'); } $navtitle = lang('core', 'title_'.$_GET['action'].'_post'); +list($modnewthreads, $modnewreplies) = threadmodstatus(''); if($_GET['action'] == 'newthread' || $_GET['action'] == 'newtrade') { loadcache('groupreadaccess');