aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:07:16 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:07:16 +0100
commit6af942740cb534e4db6ad12bef1d1e9f297fd84e (patch)
treeede60614efe73bd7d93c3f74f2d911a58e28bbc2 /phpBB/includes/functions_module.php
parentc256d7a88d617116e540fb4881605375f4f3e307 (diff)
parent76f7ef5c837345c80f0dcefb6787f23a9c0159e7 (diff)
downloadforums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar
forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.gz
forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.bz2
forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.tar.xz
forums-6af942740cb534e4db6ad12bef1d1e9f297fd84e.zip
Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeus
* geetakshi/ticket/11360: [ticket/11360] Updating default value of $display_online_list [ticket/11360] Avoiding online list where not required [ticket/11360] Change second parameter in page_header function
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;