1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9657] Initialise variable outside of the loop

PHPBB3-9657
This commit is contained in:
Joas Schilling
2013-07-11 18:04:56 -04:00
parent 0e5e128174
commit 54012dfb2f

View File

@@ -513,6 +513,7 @@ function mcp_move_topic($topic_ids)
$db->sql_query($sql);
}
$shadow_topics = 0;
$forum_ids = array($to_forum_id);
foreach ($topic_data as $topic_id => $row)
{