diff options
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index 688cb4d20f..cbee63aaf7 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -1323,7 +1323,7 @@ class acp_attachments { $hostlist_tmp[] = "'" . $row['site_hostname'] . "'"; } - break; + // break; } while ($row = $db->sql_fetchrow($result)); |