We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccc533 commit 1d8477fCopy full SHA for 1d8477f
1 file changed
event/listener.php
@@ -86,7 +86,7 @@ public static function getSubscribedEvents()
86
'core.acp_main_notice' => 'compatibility_notice',
87
'core.acp_board_config_edit_add' => 'acp_pwa_options',
88
'core.validate_config_variable' => 'validate_pwa_options',
89
- 'core.help_manager_add_block_before'=> 'wpn_faq',
+ 'core.help_manager_add_block_after' => 'wpn_faq',
90
];
91
}
92
@@ -288,7 +288,7 @@ public function validate_pwa_options($event)
288
*/
289
public function wpn_faq($event)
290
{
291
- if ($event['block_name'] === 'HELP_FAQ_BLOCK_ATTACHMENTS')
+ if ($event['block_name'] === 'HELP_FAQ_BLOCK_BOOKMARKS')
292
293
$this->language->add_lang('webpushnotifications_faq', 'phpbb/webpushnotifications');
294
0 commit comments