1
0
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:
Ludovic Arnaud
2003-04-24 18:21:29 +00:00
parent c3e4f02d49
commit b939242c3a
4 changed files with 13 additions and 12 deletions

View File

@@ -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))