aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-08 13:54:50 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-08 13:54:50 +0200
commitf9389995e72e7517668542d65f088b71e1c221f6 (patch)
tree0d1b216a722b0b3d4386107c5ea74f8f53e0ab56 /phpBB/viewtopic.php
parentd4e0c08915662fd93715984510b3b2043e6bfd8d (diff)
downloadforums-f9389995e72e7517668542d65f088b71e1c221f6.tar
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.gz
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.bz2
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.xz
forums-f9389995e72e7517668542d65f088b71e1c221f6.zip
[ticket/13930] Add missing spaces to code
PHPBB3-13930
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index bb1f2c925d..26524283e1 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -588,7 +588,7 @@ $quickmod_array = array(
'topic_logs' => array('VIEW_TOPIC_LOGS', $auth->acl_get('m_', $forum_id)),
);
-foreach($quickmod_array as $option => $qm_ary)
+foreach ($quickmod_array as $option => $qm_ary)
{
if (!empty($qm_ary[1]))
{