aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-09-10 19:49:19 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-09-10 19:49:19 +0000
commit33e58d8e9038610fa708cdbaf951f1fb8e28f3c0 (patch)
tree4db959e5f6f4abfcf120e8cafc268e701d3a9edb /phpBB/includes/acp/acp_forums.php
parentdd9a5b3da6c50e69312f15dd700b4673eb637f33 (diff)
downloadforums-33e58d8e9038610fa708cdbaf951f1fb8e28f3c0.tar
forums-33e58d8e9038610fa708cdbaf951f1fb8e28f3c0.tar.gz
forums-33e58d8e9038610fa708cdbaf951f1fb8e28f3c0.tar.bz2
forums-33e58d8e9038610fa708cdbaf951f1fb8e28f3c0.tar.xz
forums-33e58d8e9038610fa708cdbaf951f1fb8e28f3c0.zip
Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Related to r9896.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10135 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 5a44af836f..045d8a2e8e 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -1936,7 +1936,7 @@ class acp_forums
'L_ACL_LINK' => $l_acl,
'L_BACK_LINK' => adm_back_link($this->u_action . '&amp;parent_id=' . $this->parent_id),
'S_COPY_ACTION' => $action,
- 'S_FORUM_OPTIONS' => make_forum_select($forum_data['parent_id'], false, false, false, false),
+ 'S_FORUM_OPTIONS' => make_forum_select($forum_data['parent_id'], $forum_data['forum_id'], false, false, false),
));
}