diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index f6758022cd..acf39373a5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -609,7 +609,7 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $display_header } else { - page_header(); + page_header(''); } } |