1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

Merge pull request #5891 from mrgoldy/ticket/16391

[ticket/16391] Add extensions info_acp_ lang file to MCP logs
This commit is contained in:
Marc Alexander 2020-03-22 18:03:45 +01:00
commit 3539f9372d
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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('' => ''));