diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-06-08 13:54:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-06-08 13:54:50 +0200 |
commit | f9389995e72e7517668542d65f088b71e1c221f6 (patch) | |
tree | 0d1b216a722b0b3d4386107c5ea74f8f53e0ab56 /phpBB/viewtopic.php | |
parent | d4e0c08915662fd93715984510b3b2043e6bfd8d (diff) | |
download | forums-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.php | 2 |
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])) { |