We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad2ddd6 + 3c7bf51 commit 1defba2Copy full SHA for 1defba2
1 file changed
ucp/controller/webpush.php
@@ -127,7 +127,7 @@ public function notification(): JsonResponse
127
public function worker(): Response
128
{
129
// @todo: only work for logged in users, no anonymous & bot
130
- $content = $this->template->render('push_worker.js.twig', [
+ $content = $this->template->render('@phpbb_webpushnotifications/push_worker.js.twig', [
131
'U_WEBPUSH_GET_NOTIFICATION' => $this->controller_helper->route('phpbb_webpushnotifications_ucp_push_get_notification_controller'),
132
]);
133
0 commit comments