mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
Changed parameter order for getByURL
This commit is contained in:
parent
d9c6a46ffe
commit
fc0312451d
22 changed files with 32 additions and 32 deletions
|
@ -67,7 +67,7 @@ class Hovercard extends BaseModule
|
|||
if (Session::isAuthenticated()) {
|
||||
$contact = Contact::getByURLForUser($contact_url, local_user(), [], false);
|
||||
} else {
|
||||
$contact = Contact::getByURL($contact_url, 0, [], false);
|
||||
$contact = Contact::getByURL($contact_url, false);
|
||||
}
|
||||
|
||||
if (!count($contact)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue