Merge pull request #9696 from MrPetovan/bug/9306-poke-privacy

Use correct request parameter type for poke privacy
This commit is contained in:
Michael Vogel 2020-12-22 17:11:37 +01:00 committed by GitHub
commit ae386a78a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

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