From: Michael Date: Mon, 28 Jun 2021 01:34:29 +0000 (+0000) Subject: Fixed indendation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbf9132ea61854d54b0b503a7b1fb3681e6bf864;p=friendica.git Fixed indendation --- diff --git a/src/Module/Photo.php b/src/Module/Photo.php index 9e623932ab..9fdda1a8d0 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -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;