mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/12075] Add acp/modules language file to extensions page
PHPBB3-12075
This commit is contained in:
parent
3ae0d347c9
commit
5de8c3dc3c
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue