aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-01-09 13:47:36 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-01-09 13:47:36 +0100
commit9d9c57f33441606f9eceb3f1d983de879c8c3c85 (patch)
tree30cf2e898ceeb92c5e09757fa4e9847dc0cd90b6 /phpBB/phpbb/db/migration
parent87578e90eb1ac78a46cc72e30e1b9a360da8402f (diff)
downloadforums-9d9c57f33441606f9eceb3f1d983de879c8c3c85.tar
forums-9d9c57f33441606f9eceb3f1d983de879c8c3c85.tar.gz
forums-9d9c57f33441606f9eceb3f1d983de879c8c3c85.tar.bz2
forums-9d9c57f33441606f9eceb3f1d983de879c8c3c85.tar.xz
forums-9d9c57f33441606f9eceb3f1d983de879c8c3c85.zip
[ticket/13432] Make sure to add language file when including acp_modules
PHPBB3-13432
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r--phpBB/phpbb/db/migration/tool/module.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/tool/module.php b/phpBB/phpbb/db/migration/tool/module.php
index db43046a95..035625b095 100644
--- a/phpBB/phpbb/db/migration/tool/module.php
+++ b/phpBB/phpbb/db/migration/tool/module.php
@@ -475,6 +475,7 @@ class module implements \phpbb\db\migration\tool\tool_interface
if (!class_exists('acp_modules'))
{
include($this->phpbb_root_path . 'includes/acp/acp_modules.' . $this->php_ext);
+ $this->user->add_lang('acp/modules');
}
$acp_modules = new \acp_modules();
$module = $acp_modules->get_module_infos($basename, $class, true);