Fix capitalization of Contact::magicLinkById calls
This commit is contained in:
parent
190c41e64f
commit
2ef4972782
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue