mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13454] Remove unused variables
Part 3 should fix tests up a little bit again. PHPBB3-13454
This commit is contained in:
@@ -477,7 +477,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
||||
'redirect' => $redirect,
|
||||
'topic_id_list' => $topic_ids)
|
||||
);
|
||||
$success_msg = $return_link = '';
|
||||
$return_link = '';
|
||||
|
||||
if (confirm_box(true))
|
||||
{
|
||||
|
Reference in New Issue
Block a user