Skip to content

Commit 394cedf

Browse files
committed
[ticket/17465] Add unit tests for all functions in webpush controller
PHPBB-17465
1 parent 42f09ad commit 394cedf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ucp/controller/webpush.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public function notification(): JsonResponse
135135

136136
// Decode and return data if everything is fine
137137
$data = json_decode($notification_data, true);
138-
$data['url'] = isset($data['url']) ? $this->path_helper->update_web_root_path($data['url']) : '';
139138

140139
return new JsonResponse($data);
141140
}

0 commit comments

Comments
 (0)