Explorar o código

Need to create the same tokens for viewing closed reports

Signed-off-by: Suki <[email protected]>
Suki %!s(int64=10) %!d(string=hai) anos
pai
achega
069f840cbb
Modificáronse 1 ficheiros con 3 adicións e 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()