]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Merge pull request #9711 from MrPetovan/bug/fatal-errors
[friendica.git] / mod / photos.php
index 94c348cc9f99ad09b9f5b31ba2e1d3988193bf33..ca5b66abe4a8cfd7d7950b1ff38ea59817633879 100644 (file)
@@ -1454,7 +1454,7 @@ function photos_content(App $a)
                                                continue;
                                        }
 
-                                       $profile_url = Contact::magicLinkbyId($item['author-id']);
+                                       $profile_url = Contact::magicLinkById($item['author-id']);
                                        if (strpos($profile_url, 'redir/') === 0) {
                                                $sparkle = ' sparkle';
                                        } else {