aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 1ecdabbf24..0293d161e4 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -218,8 +218,8 @@ $module->load_active();
// Assign data to the template engine for the list of modules
$module->assign_tpl_vars(append_sid("{$phpbb_root_path}mcp.$phpEx"));
-// Generate the page
-$module->display($module->get_page_title());
+// Generate the page, do not display/query online list
+$module->display($module->get_page_title(), false);
/**