From 18bed2ea476849fce3774783d728a763ab3e7138 Mon Sep 17 00:00:00 2001 From: geetakshi Date: Wed, 19 Mar 2014 19:55:55 +0530 Subject: [ticket/11360] Change second parameter in page_header function PHPBB3-11360 --- phpBB/phpbb/event/kernel_exception_subscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/event/kernel_exception_subscriber.php') diff --git a/phpBB/phpbb/event/kernel_exception_subscriber.php b/phpBB/phpbb/event/kernel_exception_subscriber.php index 8a4de1fbad..74037d8444 100644 --- a/phpBB/phpbb/event/kernel_exception_subscriber.php +++ b/phpBB/phpbb/event/kernel_exception_subscriber.php @@ -49,7 +49,7 @@ class kernel_exception_subscriber implements EventSubscriberInterface */ public function on_kernel_exception(GetResponseForExceptionEvent $event) { - page_header($this->user->lang('INFORMATION')); + page_header($this->user->lang('INFORMATION'), true); $exception = $event->getException(); -- cgit v1.2.1