diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-01-09 17:36:25 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-01-09 17:36:25 +0100 |
| commit | b9c10e34bb38a7111712398b92da98bbfe32e486 (patch) | |
| tree | 646fbd36d8c34942459223311afa5093c4a0d910 /phpBB/phpbb/db | |
| parent | 778c8e89d395a3f55d0508b9ed64efc7486049f5 (diff) | |
| parent | d4c078cc7853ae0c6772f0e155c27255f86f25da (diff) | |
| download | forums-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.php | 1 |
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); |
