diff options
author | Bruno Ais <brunoaiss@gmail.com> | 2013-07-24 10:33:06 +0100 |
---|---|---|
committer | Bruno Ais <brunoaiss@gmail.com> | 2013-07-24 10:33:06 +0100 |
commit | 1372b4f20801d6079798832f15caf38949fe9333 (patch) | |
tree | 68993e175e1dd8efba27e5bc70ee81bec3b0d1cf /phpBB/includes/functions_posting.php | |
parent | 0ef1bcac2b3152bbf389b512fd373987a7d0edce (diff) | |
download | forums-1372b4f20801d6079798832f15caf38949fe9333.tar forums-1372b4f20801d6079798832f15caf38949fe9333.tar.gz forums-1372b4f20801d6079798832f15caf38949fe9333.tar.bz2 forums-1372b4f20801d6079798832f15caf38949fe9333.tar.xz forums-1372b4f20801d6079798832f15caf38949fe9333.zip |
[ticket/11639] Removed a non-needed unset
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.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 49a1797321..acf0cc874b 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1110,8 +1110,6 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id // 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); - unset($parse_flags); - if (!empty($attachments[$row['post_id']])) { $update_count = array(); |