mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17333] Enable new configs by default
PHPBB-17333 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
@@ -32,8 +32,8 @@ class add_webpush_options extends migration
|
||||
public function update_data(): array
|
||||
{
|
||||
return [
|
||||
['config.add', ['webpush_method_enables', false]],
|
||||
['config.add', ['webpush_dropdown_subscribe', false]],
|
||||
['config.add', ['webpush_method_enables', true]],
|
||||
['config.add', ['webpush_dropdown_subscribe', true]],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user