mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13454] Remove unused variables
Part 3 should fix tests up a little bit again. PHPBB3-13454
This commit is contained in:
@@ -475,7 +475,6 @@ function split_topic($action, $topic_id, $to_forum_id, $subject)
|
||||
'to_forum_id' => $to_forum_id,
|
||||
'icon' => $request->variable('icon', 0))
|
||||
);
|
||||
$success_msg = $return_link = '';
|
||||
|
||||
if (confirm_box(true))
|
||||
{
|
||||
|
Reference in New Issue
Block a user