mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9657] Initialise variable outside of the loop
PHPBB3-9657
This commit is contained in:
parent
0e5e128174
commit
54012dfb2f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue