diff --git a/phpBB/includes/mcp/mcp_logs.php b/phpBB/includes/mcp/mcp_logs.php index 79f9d35ebe..2baa98ad7a 100644 --- a/phpBB/includes/mcp/mcp_logs.php +++ b/phpBB/includes/mcp/mcp_logs.php @@ -39,6 +39,7 @@ class mcp_logs global $config, $phpbb_container, $phpbb_log; $user->add_lang('acp/common'); + $this->p_master->add_mod_info('acp'); $action = $request->variable('action', array('' => ''));