mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17313] Add Push Module to Correct Parent
PHPBB3-17313 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
parent
df5822141e
commit
9cb10ec28d
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