Skip to content

Commit 1defba2

Browse files
authored
Merge pull request #37 from iMattPro/fixes
Fix template stuff
2 parents ad2ddd6 + 3c7bf51 commit 1defba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ucp/controller/webpush.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function notification(): JsonResponse
127127
public function worker(): Response
128128
{
129129
// @todo: only work for logged in users, no anonymous & bot
130-
$content = $this->template->render('push_worker.js.twig', [
130+
$content = $this->template->render('@phpbb_webpushnotifications/push_worker.js.twig', [
131131
'U_WEBPUSH_GET_NOTIFICATION' => $this->controller_helper->route('phpbb_webpushnotifications_ucp_push_get_notification_controller'),
132132
]);
133133

0 commit comments

Comments
 (0)