修复 补充topicamin缓存调用
This commit is contained in:
parent
a9ffbfbfc2
commit
f94d1687ff
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue