diff options
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 6873044195..bfd66f5cec 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1166,7 +1166,7 @@ include($phpbb_root_path . 'includes/page_tail.'.$phpEx); function topic_review($topic_id, $is_inline_review = false) { global $user, $auth, $db, $template, $bbcode; - global $censors, $config, $phpbb_root_path, $phpEx; + global $censors, $config, $phpbb_root_path, $phpEx, $SID; // Define censored word matches if (empty($censors)) |