Skip to content

Commit 5b8be89

Browse files
committed
Add missing module auth param
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 02d4500 commit 5b8be89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

migrations/add_webpush.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function update_data(): array
7474
'module_basename' => '\phpbb\webpushnotifications\acp\wpn_acp_module',
7575
'module_langname' => 'ACP_WEBPUSH_EXT_SETTINGS',
7676
'module_mode' => 'webpush',
77+
//'module_auth' => 'ext_phpbb/webpushnotifications && acl_a_server', //Accidentally omitted this, fix is in another migration
7778
'after' => 'ACP_JABBER_SETTINGS',
7879
]]],
7980
];

0 commit comments

Comments
 (0)