1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13930] Add missing spaces to code

PHPBB3-13930
This commit is contained in:
Marc Alexander
2015-06-08 13:54:50 +02:00
parent d4e0c08915
commit f9389995e7
6 changed files with 15 additions and 15 deletions

View File

@@ -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]))
{