aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-08-25 16:43:41 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-08-25 16:43:41 +0200
commit4feb9aa8d7bda303b62acec924008f75042eb757 (patch)
treef1f02fa2afeef9c001a78132423d68a3eae96b4c /phpBB/download
parent7e44ca4d49a53b81ee1365282ae5f86cd32e7e4a (diff)
downloadforums-4feb9aa8d7bda303b62acec924008f75042eb757.tar
forums-4feb9aa8d7bda303b62acec924008f75042eb757.tar.gz
forums-4feb9aa8d7bda303b62acec924008f75042eb757.tar.bz2
forums-4feb9aa8d7bda303b62acec924008f75042eb757.tar.xz
forums-4feb9aa8d7bda303b62acec924008f75042eb757.zip
[feature/dic] Coding style: Braces
PHPBB3-10739
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);
}