Skip to content

Commit

Permalink
Merge pull request #6611 from iMattPro/ticket/17313
Browse files Browse the repository at this point in the history
[ticket/17313] Add Push Module to Correct Parent
  • Loading branch information
marc1706 committed May 15, 2024
2 parents df58221 + 9cb10ec commit b8e66f4
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 b8e66f4

Please sign in to comment.