aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_topic.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-02 11:22:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-02 11:22:30 +0000
commitc903b453fa00871a11ea988b5e348c3a2741b251 (patch)
treed219b75e3038b9ad99bc124249c6eb94f9f580a1 /phpBB/includes/mcp/mcp_topic.php
parent1b10cb9c37201560686fc4f1c54d845a9183ba21 (diff)
downloadforums-c903b453fa00871a11ea988b5e348c3a2741b251.tar
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.gz
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.bz2
forums-c903b453fa00871a11ea988b5e348c3a2741b251.tar.xz
forums-c903b453fa00871a11ea988b5e348c3a2741b251.zip
i had these changes sitting... must've been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)
git-svn-id: file:///svn/phpbb/trunk@9042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r--phpBB/includes/mcp/mcp_topic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php
index 9df56c09ba..83f2aaf8d1 100644
--- a/phpBB/includes/mcp/mcp_topic.php
+++ b/phpBB/includes/mcp/mcp_topic.php
@@ -329,7 +329,7 @@ function mcp_topic_view($id, $mode, $action)
*/
function split_topic($action, $topic_id, $to_forum_id, $subject)
{
- global $db, $template, $user, $auth;
+ global $db, $template, $user, $auth, $config;
$post_id_list = request_var('post_id_list', array(0));
$forum_id = request_var('forum_id', 0);