aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/kernel_exception_subscriber.php
diff options
context:
space:
mode:
authorgeetakshi <geetakshi.19@gmail.com>2014-03-19 19:55:55 +0530
committergeetakshi <geetakshi.19@gmail.com>2014-03-19 19:55:55 +0530
commit18bed2ea476849fce3774783d728a763ab3e7138 (patch)
tree6127f99d5e141fba1fab8f67a0d988e25731832a /phpBB/phpbb/event/kernel_exception_subscriber.php
parent1af769714304054e63ffaeb41cfa51801785a59d (diff)
downloadforums-18bed2ea476849fce3774783d728a763ab3e7138.tar
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.gz
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.bz2
forums-18bed2ea476849fce3774783d728a763ab3e7138.tar.xz
forums-18bed2ea476849fce3774783d728a763ab3e7138.zip
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
Diffstat (limited to 'phpBB/phpbb/event/kernel_exception_subscriber.php')
-rw-r--r--phpBB/phpbb/event/kernel_exception_subscriber.php2
1 files changed, 1 insertions, 1 deletions
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();