Fix capitalization of Contact::magicLinkById calls
[friendica.git/.git] / mod / photos.php
index 6e9a96a..ac51d52 100644 (file)
@@ -1455,7 +1455,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 {