aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 656f1f38d6..8f84d92d07 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -62,7 +62,8 @@ if (isset($_GET['avatar']))
$phpbb_class_loader_ext = $phpbb_container->get('class_loader.ext');
$ids = array_keys($phpbb_container->findTaggedServiceIds('container.processor'));
- foreach ($ids as $id) {
+ foreach ($ids as $id)
+ {
$processor = $phpbb_container->get($id);
$processor->process($phpbb_container);
}