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

Merge branch '3.3.x'

This commit is contained in:
Máté Bartus
2021-07-23 08:43:37 +02:00

View File

@@ -67,7 +67,7 @@ class acp_extensions
$this->php_ini = $this->phpbb_container->get('php_ini');
$this->phpbb_root_path = $phpbb_root_path;
$this->user->add_lang(['install', 'acp/extensions', 'migrator']);
$this->user->add_lang(['install', 'acp/extensions', 'acp/modules', 'migrator']);
switch ($mode)
{