mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #6611 from iMattPro/ticket/17313
[ticket/17313] Add Push Module to Correct Parent
This commit is contained in:
commit
b8e66f43dc
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ class add_webpush extends migration
|
|||
['config.add', ['webpush_vapid_private', '']],
|
||||
['module.add', [
|
||||
'acp',
|
||||
'ACP_BOARD_CONFIGURATION',
|
||||
'ACP_CLIENT_COMMUNICATION',
|
||||
[
|
||||
'module_basename' => 'acp_board',
|
||||
'module_langname' => 'ACP_WEBPUSH_SETTINGS',
|
||||
|
@ -95,7 +95,7 @@ class add_webpush extends migration
|
|||
['config.remove', ['webpush_enable']],
|
||||
['config.remove', ['webpush_vapid_public']],
|
||||
['config.remove', ['webpush_vapid_private']],
|
||||
['module.remove', ['acp', 'ACP_BOARD_CONFIGURATION', 'ACP_WEBPUSH_SETTINGS']]
|
||||
['module.remove', ['acp', 'ACP_CLIENT_COMMUNICATION', 'ACP_WEBPUSH_SETTINGS']]
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue