@@ -318,6 +318,7 @@ |
||
| 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) { |