mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Updates
Updates from review changes to main friendica project
This commit is contained in:
parent
30fa9ac76c
commit
7b6bc4777c
3 changed files with 4 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue