mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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:
@@ -66,7 +66,9 @@ class extensions extends \phpbb\db\migration\migration
|
||||
'ACP_EXTENSION_MANAGEMENT',
|
||||
array(
|
||||
'module_basename' => 'acp_extensions',
|
||||
'modes' => array('main'),
|
||||
'module_langname' => 'ACP_EXTENSIONS',
|
||||
'module_mode' => 'main',
|
||||
'module_auth' => 'acl_a_extensions',
|
||||
),
|
||||
)),
|
||||
array('permission.add', array('a_extensions', true, 'a_styles')),
|
||||
|
Reference in New Issue
Block a user