aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-09 17:36:25 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-09 17:36:25 +0100
commitb9c10e34bb38a7111712398b92da98bbfe32e486 (patch)
tree646fbd36d8c34942459223311afa5093c4a0d910 /phpBB/phpbb/db
parent778c8e89d395a3f55d0508b9ed64efc7486049f5 (diff)
parentd4c078cc7853ae0c6772f0e155c27255f86f25da (diff)
downloadforums-b9c10e34bb38a7111712398b92da98bbfe32e486.tar
forums-b9c10e34bb38a7111712398b92da98bbfe32e486.tar.gz
forums-b9c10e34bb38a7111712398b92da98bbfe32e486.tar.bz2
forums-b9c10e34bb38a7111712398b92da98bbfe32e486.tar.xz
forums-b9c10e34bb38a7111712398b92da98bbfe32e486.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/phpbb/db')
-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);