mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/9657] Initialise variable outside of the loop
PHPBB3-9657
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user