aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 6f45db1538..0452be7067 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -600,7 +600,7 @@ class p_master
/**
* Display module
*/
- function display($page_title)
+ function display($page_title, $display_online_list = true)
{
global $template, $user;
@@ -611,7 +611,7 @@ class p_master
}
else
{
- page_header($page_title);
+ page_header($page_title, $display_online_list);
}
$template->set_filenames(array(