Explorar el Código

Need to create the same tokens for viewing closed reports

Signed-off-by: Suki <[email protected]>
Suki hace 10 años
padre
commit
069f840cbb
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Sources/ReportedPosts.php

+ 3 - 0
Sources/ReportedPosts.php

@@ -179,6 +179,9 @@ function ShowClosedReports()
 			return confirm('. JavaScriptEscape($txt['mc_reportedp_ignore_confirm']) .');
 		}
 	});', true);
+
+	createToken('mod-report-ignore', 'get');
+	createToken('mod-report-closed', 'get');
 }
 
 function ReportDetails()