Fix capitalization of Contact::magicLinkById calls

This commit is contained in:
Hypolite Petovan 2020-12-22 01:01:43 -05:00
commit 2ef4972782
3 changed files with 3 additions and 3 deletions

View 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 {