aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
commit6039d6f1c689ea9fa6828c6be5c8b02f11e1004c (patch)
tree5c3079b8c499c592fe32825a68413750648779a3 /phpBB/includes/mcp
parentad540a705f92c78862007b951f354f612f80b5c1 (diff)
downloadforums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.gz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.bz2
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.xz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.zip
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r--phpBB/includes/mcp/mcp_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php
index e10a2f7990..a92f89da08 100644
--- a/phpBB/includes/mcp/mcp_main.php
+++ b/phpBB/includes/mcp/mcp_main.php
@@ -1012,7 +1012,7 @@ function mcp_fork_topic($topic_ids)
else
{
$template->assign_vars(array(
- 'S_FORUM_SELECT' => make_forum_select($to_forum_id, false, false, true, true),
+ 'S_FORUM_SELECT' => make_forum_select($to_forum_id, false, false, true, true, true),
'S_CAN_LEAVE_SHADOW' => false,
'ADDITIONAL_MSG' => $additional_msg)
);