diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2015-06-09 21:27:23 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2015-06-09 21:27:23 +0200 |
| commit | 1f4976f5909d9203910f6d2c0953c0231b284963 (patch) | |
| tree | 1fbf120d521b229b83a10c362ff079a58950489d /phpBB/viewtopic.php | |
| parent | 00c15c76c30719773dab26949445a143870ddbee (diff) | |
| parent | 1fae4152efd10c3eeb0e5e21d30a109c3ca9a36d (diff) | |
| download | forums-1f4976f5909d9203910f6d2c0953c0231b284963.tar forums-1f4976f5909d9203910f6d2c0953c0231b284963.tar.gz forums-1f4976f5909d9203910f6d2c0953c0231b284963.tar.bz2 forums-1f4976f5909d9203910f6d2c0953c0231b284963.tar.xz forums-1f4976f5909d9203910f6d2c0953c0231b284963.zip | |
Merge pull request #3696 from marc1706/ticket/13930-master
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930-master:
[ticket/13930] Add missing space to mssql_extractor
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
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 faf5768edf..4a42d78b2b 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -590,7 +590,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])) { |
