mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11360] Change second parameter in page_header function
PHPBB3-11360
This commit is contained in:
@@ -128,7 +128,7 @@ switch ($mode)
|
||||
);
|
||||
|
||||
// Disable online list
|
||||
page_header($user->lang[$title], false);
|
||||
page_header($user->lang[$title]);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'S_AGREEMENT' => true,
|
||||
|
Reference in New Issue
Block a user