1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/15339] Use manual method when adding modules

This will fix cases where the module is deleted in later
versions and the migrator thus cannot retrieve the info.

PHPBB3-15339
This commit is contained in:
Oliver Schramm
2017-09-22 14:34:38 +02:00
parent d095e620c1
commit 2592d59765
9 changed files with 83 additions and 18 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',
),
)),
);