]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/fromgplus.php
Updates
[friendica-addons.git] / fromgplus / fromgplus.php
index e0a49b3fda32d4ed3856345d1da49ad4abcf40b2..665590d34b6f1d163d8ae2eeb720a9acc6601b27 100644 (file)
@@ -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);