mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17465] Add unit tests for all functions in webpush controller
PHPBB-17465
This commit is contained in:
@@ -135,7 +135,6 @@ class webpush
|
||||
|
||||
// Decode and return data if everything is fine
|
||||
$data = json_decode($notification_data, true);
|
||||
$data['url'] = isset($data['url']) ? $this->path_helper->update_web_root_path($data['url']) : '';
|
||||
|
||||
return new JsonResponse($data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user