X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fromgplus%2Ffromgplus.php;h=665590d34b6f1d163d8ae2eeb720a9acc6601b27;hb=7b6bc4777c95a9aed81c6d9e94aeea05d584236a;hp=e0a49b3fda32d4ed3856345d1da49ad4abcf40b2;hpb=30fa9ac76c7140de20a3a9b42f34dd979b7a66ba;p=friendica-addons.git diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index e0a49b3f..665590d3 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -264,12 +264,12 @@ function fromgplus_cleanupgoogleproxy($fullImage, $image) { } if ($cleaned["full"] != "") - $infoFull = Photo::getPhotoInfo($cleaned["full"]); + $infoFull = Photo::getInfoFromURL($cleaned["full"]); else $infoFull = array("0" => 0, "1" => 0); if ($cleaned["preview"] != "") - $infoPreview = Photo::getPhotoInfo($cleaned["preview"]); + $infoPreview = Photo::getInfoFromURL($cleaned["preview"]); else $infoFull = array("0" => 0, "1" => 0);