mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$shadow_topics = 0;
|
||||||
$forum_ids = array($to_forum_id);
|
$forum_ids = array($to_forum_id);
|
||||||
foreach ($topic_data as $topic_id => $row)
|
foreach ($topic_data as $topic_id => $row)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user