aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorBruno Ais <brunoaiss@gmail.com>2013-07-20 16:31:08 +0100
committerBruno Ais <brunoaiss@gmail.com>2013-07-20 16:31:08 +0100
commit0ef1bcac2b3152bbf389b512fd373987a7d0edce (patch)
tree4a6d9fcbb0f7dd8f43854cf94b6a870e0704ba5e /phpBB/includes/functions_posting.php
parent5f19ca6a6f3ad6641954c58c44ef0c94d1609e5a (diff)
downloadforums-0ef1bcac2b3152bbf389b512fd373987a7d0edce.tar
forums-0ef1bcac2b3152bbf389b512fd373987a7d0edce.tar.gz
forums-0ef1bcac2b3152bbf389b512fd373987a7d0edce.tar.bz2
forums-0ef1bcac2b3152bbf389b512fd373987a7d0edce.tar.xz
forums-0ef1bcac2b3152bbf389b512fd373987a7d0edce.zip
[ticket/11639] Whitespace fixing
sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11639
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index ad75ed1079..49a1797321 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1108,7 +1108,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
$parse_flags = ($row['bbcode_bitfield'] ? OPTION_FLAG_BBCODE : 0);
$parse_flags |= ($row['enable_smilies'] ? OPTION_FLAG_SMILIES : 0);
// Do not censor text because it has already been censored before
- $message = generate_text_for_display($message, $row['bbcode_uid'], $row['bbcode_bitfield'], $parse_flags , false);
+ $message = generate_text_for_display($message, $row['bbcode_uid'], $row['bbcode_bitfield'], $parse_flags, false);
unset($parse_flags);