Explorar el Código

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

Antes hace 10 años
padre
commit
b1b706b24d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;