mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
forgot to add display active flag to forum data in r10169 for bug #19135
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10171 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8da2b69e2b
commit
0e130c107b
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ class acp_forums
|
||||||
'prune_days' => 7,
|
'prune_days' => 7,
|
||||||
'prune_viewed' => 7,
|
'prune_viewed' => 7,
|
||||||
'prune_freq' => 1,
|
'prune_freq' => 1,
|
||||||
'forum_flags' => FORUM_FLAG_POST_REVIEW,
|
'forum_flags' => FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS,
|
||||||
'forum_options' => 0,
|
'forum_options' => 0,
|
||||||
'forum_password' => '',
|
'forum_password' => '',
|
||||||
'forum_password_confirm'=> '',
|
'forum_password_confirm'=> '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue