We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2ddd6 commit 3c7bf51Copy full SHA for 3c7bf51
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