]> git.mxchange.org Git - friendica.git/commitdiff
Fixed indendation
authorMichael <heluecht@pirati.ca>
Mon, 28 Jun 2021 01:34:29 +0000 (01:34 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 28 Jun 2021 01:34:29 +0000 (01:34 +0000)
src/Module/Photo.php

index 9e623932abe5eb086130ac56ee70f51129bdd0d6..9fdda1a8d0efb1b479ce79ed6a19dfcc6f6dbdf9 100644 (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;