[ticket/17313] Add Push Module to Correct Parent

PHPBB3-17313

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman 2024-05-13 17:38:28 -07:00
parent df5822141e
commit 9cb10ec28d
No known key found for this signature in database

View file

@ -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']]
];
}
}