修复 补充topicamin缓存调用

This commit is contained in:
Comsenz 2017-07-28 09:17:56 +08:00
parent a9ffbfbfc2
commit f94d1687ff
1 changed files with 1 additions and 5 deletions

View File

@ -36,6 +36,7 @@ $modcachelist = array(
'domainwhitelist', 'albumcategory'),
'space' => array('fields_required', 'fields_optional', 'custominfo'),
'group' => array('grouptype', 'diytemplatenamegroup'),
'topicadmin' => array('usergroups'),
);
$mod = !in_array(C::app()->var['mod'], $modarray) ? 'index' : C::app()->var['mod'];
@ -55,17 +56,12 @@ if(C::app()->var['mod'] == 'group') {
C::app()->cachelist = $cachelist;
C::app()->init();
loadforum();
set_rssauth();
runhooks();
$navtitle = str_replace('{bbname}', $_G['setting']['bbname'], $_G['setting']['seotitle']['forum']);
$_G['setting']['threadhidethreshold'] = 1;
require DISCUZ_ROOT.'./source/module/forum/forum_'.$mod.'.php';