Fixed indendation

This commit is contained in:
Michael 2021-06-28 01:34:29 +00:00
parent c89547aead
commit dbf9132ea6

View file

@ -182,7 +182,7 @@ class Photo extends BaseModule
$url = Contact::magicLinkByContact($author, $media['url']);
return MPhoto::createPhotoForExternalResource($url);
case "contact":
case "contact":
$contact = Contact::getById($uid, ['uid', 'url', 'avatar', 'photo', 'xmpp', 'addr']);
if (empty($contact)) {
return false;