We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f09ad commit 394cedfCopy full SHA for 394cedf
1 file changed
ucp/controller/webpush.php
@@ -135,7 +135,6 @@ public function notification(): JsonResponse
135
136
// Decode and return data if everything is fine
137
$data = json_decode($notification_data, true);
138
- $data['url'] = isset($data['url']) ? $this->path_helper->update_web_root_path($data['url']) : '';
139
140
return new JsonResponse($data);
141
}
0 commit comments