mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Fixed some undefined variables
git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user