1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +02:00

Merge pull request #4971 from Elsensee/ticket/15339

[ticket/15339] Use manual method when adding modules
This commit is contained in:
Marc Alexander
2017-12-28 10:50:55 +01:00
11 changed files with 223 additions and 162 deletions

View File

@@ -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',
),
)),
);