Skip to content

Commit

Permalink
[ticket/17313] Add Push Module to Correct Parent
Browse files Browse the repository at this point in the history
PHPBB3-17313

Signed-off-by: Matt Friedman <maf675@gmail.com>
  • Loading branch information
iMattPro committed May 14, 2024
1 parent df58221 commit 9cb10ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpBB/phpbb/db/migration/data/v400/add_webpush.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function update_data(): array
['config.add', ['webpush_vapid_private', '']],
['module.add', [
'acp',
'ACP_BOARD_CONFIGURATION',
'ACP_CLIENT_COMMUNICATION',
[
'module_basename' => 'acp_board',
'module_langname' => 'ACP_WEBPUSH_SETTINGS',
Expand All @@ -95,7 +95,7 @@ public function revert_data(): array
['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']]
];
}
}

0 comments on commit 9cb10ec

Please sign in to comment.