diff --git a/inc/display.php b/inc/display.php index 8a863648..66e4a37f 100644 --- a/inc/display.php +++ b/inc/display.php @@ -71,7 +71,7 @@ function createBoardlist($mod=false) { ); } -function error($message, $priority = true, $debug_stuff = false) { +function error($message, $priority = true, $debug_stuff = []) { global $board, $mod, $config, $db_error; if ($config['syslog'] && $priority !== false) {