Fix double quotes on wish image
This commit is contained in:
parent
00914ef324
commit
98bfa2751b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
|
||||||
$codeImage = URL::getResponseCode($info->image);
|
$codeImage = URL::getResponseCode($info->image);
|
||||||
|
|
||||||
if ($codeImage >= 200 && $codeImage < 400) {
|
if ($codeImage >= 200 && $codeImage < 400) {
|
||||||
$wish_image = '"' . $info->image . '"';
|
$wish_image = $info->image;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue