From 76f7ef5c837345c80f0dcefb6787f23a9c0159e7 Mon Sep 17 00:00:00 2001 From: geetakshi Date: Mon, 24 Mar 2014 00:12:40 +0530 Subject: [ticket/11360] Updating default value of $display_online_list PHPBB3-11360 --- phpBB/includes/functions_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_module.php') diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index e043883145..ef2e009a6e 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -956,7 +956,7 @@ class p_master /** * Display module */ - function display($page_title, $display_online_list = true) + function display($page_title, $display_online_list = false) { global $template, $user; -- cgit v1.2.1