aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorgeetakshi <geetakshi.19@gmail.com>2014-03-24 00:12:40 +0530
committergeetakshi <geetakshi.19@gmail.com>2014-03-24 00:12:40 +0530
commit76f7ef5c837345c80f0dcefb6787f23a9c0159e7 (patch)
tree3ed3ecd5c62f152e56b132e2f2df0920c2c6f7e4 /phpBB/includes/functions_module.php
parent5afb06102b4343971947278a1633791597342a6f (diff)
downloadforums-76f7ef5c837345c80f0dcefb6787f23a9c0159e7.tar
forums-76f7ef5c837345c80f0dcefb6787f23a9c0159e7.tar.gz
forums-76f7ef5c837345c80f0dcefb6787f23a9c0159e7.tar.bz2
forums-76f7ef5c837345c80f0dcefb6787f23a9c0159e7.tar.xz
forums-76f7ef5c837345c80f0dcefb6787f23a9c0159e7.zip
[ticket/11360] Updating default value of $display_online_list
PHPBB3-11360
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
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;