Completed
Pull Request — master (#28378)
by Individual IT
22:07 queued 08:45
created
lib/private/legacy/template.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -318,6 +318,7 @@
 block discarded – undo
318 318
 		* Print a fatal error page and terminates the script
319 319
 		* @param string $error_msg The error message to show
320 320
 		* @param string $hint An optional hint message - needs to be properly escaped
321
+		* @param string $status
321 322
 		*/
322 323
 	public static function printErrorPage( $error_msg, $hint = '', $status = null ) {
323 324
 		if ($error_msg === $hint) {
Please login to merge, or discard this patch.