diff options
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 4 |
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); /** |