mirror of
https://github.com/friendica/friendica
synced 2024-12-23 08:40:16 +00:00
Fixed indendation
This commit is contained in:
parent
c89547aead
commit
dbf9132ea6
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Photo extends BaseModule
|
||||||
$url = Contact::magicLinkByContact($author, $media['url']);
|
$url = Contact::magicLinkByContact($author, $media['url']);
|
||||||
|
|
||||||
return MPhoto::createPhotoForExternalResource($url);
|
return MPhoto::createPhotoForExternalResource($url);
|
||||||
case "contact":
|
case "contact":
|
||||||
$contact = Contact::getById($uid, ['uid', 'url', 'avatar', 'photo', 'xmpp', 'addr']);
|
$contact = Contact::getById($uid, ['uid', 'url', 'avatar', 'photo', 'xmpp', 'addr']);
|
||||||
if (empty($contact)) {
|
if (empty($contact)) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue