Merge pull request #6249 from marc1706/ticket/12075

[ticket/12075] Add acp/modules language file to extensions page
This commit is contained in:
Máté Bartus 2021-07-23 07:56:00 +02:00 committed by GitHub
commit 6efebf7571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ class acp_extensions
$this->phpbb_container = $phpbb_container; $this->phpbb_container = $phpbb_container;
$this->php_ini = $this->phpbb_container->get('php_ini'); $this->php_ini = $this->phpbb_container->get('php_ini');
$this->user->add_lang(array('install', 'acp/extensions', 'migrator')); $this->user->add_lang(array('install', 'acp/extensions', 'acp/modules', 'migrator'));
$this->page_title = 'ACP_EXTENSIONS'; $this->page_title = 'ACP_EXTENSIONS';