From 5de8c3dc3c30154308e6eebf8654ed05fdc0e008 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 18 Jul 2021 10:57:30 +0200 Subject: [PATCH] [ticket/12075] Add acp/modules language file to extensions page PHPBB3-12075 --- phpBB/includes/acp/acp_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index 8969e02394..17281a111a 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -53,7 +53,7 @@ class acp_extensions $this->phpbb_container = $phpbb_container; $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';