We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d4500 commit 5b8be89Copy full SHA for 5b8be89
1 file changed
migrations/add_webpush.php
@@ -74,6 +74,7 @@ public function update_data(): array
74
'module_basename' => '\phpbb\webpushnotifications\acp\wpn_acp_module',
75
'module_langname' => 'ACP_WEBPUSH_EXT_SETTINGS',
76
'module_mode' => 'webpush',
77
+ //'module_auth' => 'ext_phpbb/webpushnotifications && acl_a_server', //Accidentally omitted this, fix is in another migration
78
'after' => 'ACP_JABBER_SETTINGS',
79
]]],
80
];
0 commit comments