aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-20 17:52:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-20 17:52:06 +0000
commit0e130c107b83199709409b3fe1ff362582663b4e (patch)
tree8fd7a4ae2d7ab68de8b8ee7060d455c2486f3a1e /phpBB/includes/acp/acp_forums.php
parent8da2b69e2b8d823346d6ccf214a1ef0584dc87df (diff)
downloadforums-0e130c107b83199709409b3fe1ff362582663b4e.tar
forums-0e130c107b83199709409b3fe1ff362582663b4e.tar.gz
forums-0e130c107b83199709409b3fe1ff362582663b4e.tar.bz2
forums-0e130c107b83199709409b3fe1ff362582663b4e.tar.xz
forums-0e130c107b83199709409b3fe1ff362582663b4e.zip
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
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r--phpBB/includes/acp/acp_forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index 5b8888425b..c734572b05 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -443,7 +443,7 @@ class acp_forums
'prune_days' => 7,
'prune_viewed' => 7,
'prune_freq' => 1,
- 'forum_flags' => FORUM_FLAG_POST_REVIEW,
+ 'forum_flags' => FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS,
'forum_options' => 0,
'forum_password' => '',
'forum_password_confirm'=> '',