aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v320
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-28 10:50:55 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-28 10:50:55 +0100
commitd90680d685cf3bf5e33d834ef477dd0855946544 (patch)
tree08f2be55cb233c7ef44241fe5558fb734f44c1cc /phpBB/phpbb/db/migration/data/v320
parent7c0ff6ddd4380a099af7d74e98c47ba95dd562be (diff)
parent2b16b7cada85492b6312d126afa71a8a2e50a2a3 (diff)
downloadforums-d90680d685cf3bf5e33d834ef477dd0855946544.tar
forums-d90680d685cf3bf5e33d834ef477dd0855946544.tar.gz
forums-d90680d685cf3bf5e33d834ef477dd0855946544.tar.bz2
forums-d90680d685cf3bf5e33d834ef477dd0855946544.tar.xz
forums-d90680d685cf3bf5e33d834ef477dd0855946544.zip
Merge pull request #4971 from Elsensee/ticket/15339
[ticket/15339] Use manual method when adding modules
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v320')
-rw-r--r--phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php b/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
index 8fadb4bde4..a52067f484 100644
--- a/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
+++ b/phpBB/phpbb/db/migration/data/v320/add_help_phpbb.php
@@ -41,7 +41,9 @@ class add_help_phpbb extends \phpbb\db\migration\migration
'ACP_SERVER_CONFIGURATION',
array(
'module_basename' => 'acp_help_phpbb',
- 'modes' => array('help_phpbb'),
+ 'module_langname' => 'ACP_HELP_PHPBB',
+ 'module_mode' => 'help_phpbb',
+ 'module_auth' => 'acl_a_server',
),
)),
);