From f9389995e72e7517668542d65f088b71e1c221f6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 8 Jun 2015 13:54:50 +0200 Subject: [ticket/13930] Add missing spaces to code PHPBB3-13930 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') 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])) { -- cgit v1.2.1