diff --git a/src/api/wishes.php b/src/api/wishes.php index c42d4c60..373c71b0 100644 --- a/src/api/wishes.php +++ b/src/api/wishes.php @@ -165,7 +165,7 @@ switch ($_SERVER['REQUEST_METHOD']) { $codeImage = URL::getResponseCode($info->image); if ($codeImage >= 200 && $codeImage < 400) { - $wish_image = '"' . $info->image . '"'; + $wish_image = $info->image; } } }