aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-09 17:36:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-09 17:36:07 +0100
commitd4c078cc7853ae0c6772f0e155c27255f86f25da (patch)
tree30cf2e898ceeb92c5e09757fa4e9847dc0cd90b6 /phpBB/phpbb/db
parent87578e90eb1ac78a46cc72e30e1b9a360da8402f (diff)
parent9d9c57f33441606f9eceb3f1d983de879c8c3c85 (diff)
downloadforums-d4c078cc7853ae0c6772f0e155c27255f86f25da.tar
forums-d4c078cc7853ae0c6772f0e155c27255f86f25da.tar.gz
forums-d4c078cc7853ae0c6772f0e155c27255f86f25da.tar.bz2
forums-d4c078cc7853ae0c6772f0e155c27255f86f25da.tar.xz
forums-d4c078cc7853ae0c6772f0e155c27255f86f25da.zip
Merge pull request #3271 from marc1706/ticket/13432
[ticket/13432] Make sure to add language file when including acp_modules
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);