diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-12-04 11:50:39 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-06 13:52:11 +0100 |
| commit | 266576c6a4224f4b803040c678020e825a1510b5 (patch) | |
| tree | c8fdfc8cce749be837a23d7a8288027f59865d60 /phpBB/includes/mcp/mcp_topic.php | |
| parent | 6c25ad48224e71b080e04a79dfd47b711164e0f8 (diff) | |
| download | forums-266576c6a4224f4b803040c678020e825a1510b5.tar forums-266576c6a4224f4b803040c678020e825a1510b5.tar.gz forums-266576c6a4224f4b803040c678020e825a1510b5.tar.bz2 forums-266576c6a4224f4b803040c678020e825a1510b5.tar.xz forums-266576c6a4224f4b803040c678020e825a1510b5.zip | |
[ticket/13454] Remove unused variables
Part 4
PHPBB3-13454
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
| -rw-r--r-- | phpBB/includes/mcp/mcp_topic.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index 7b8775d55c..a72ad94b54 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -637,7 +637,7 @@ function split_topic($action, $topic_id, $to_forum_id, $subject) */ function merge_posts($topic_id, $to_topic_id) { - global $db, $template, $user, $phpEx, $phpbb_root_path, $auth, $phpbb_log, $request; + global $db, $template, $user, $phpEx, $phpbb_root_path, $phpbb_log, $request; if (!$to_topic_id) { @@ -689,7 +689,7 @@ function merge_posts($topic_id, $to_topic_id) 'redirect' => $redirect, 't' => $topic_id) ); - $success_msg = $return_link = ''; + $return_link = ''; if (confirm_box(true)) { |
