ソースを参照

Thanks to @Akyhne
Signed-off-by: Antes <[email protected]>

Antes 10 年 前
コミット
b1b706b24d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Sources/ReportToMod.php

+ 1 - 1
Sources/ReportToMod.php

@@ -225,7 +225,7 @@ function ReportToModerator2()
 
 function reportPost($msg, $reason)
 {
-	global $context, $smcFunc, $user_info;
+	global $context, $smcFunc, $user_info, $topic;
 
 	// Get the basic topic information, and make sure they can see it.
 	$_POST['msg'] = (int) $msg;