mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +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
|
@ -350,7 +350,7 @@ class Acl extends BaseModule
|
|||
continue;
|
||||
}
|
||||
|
||||
$contact = Contact::getByURL($author, 0, ['micro', 'name', 'id', 'network', 'nick', 'addr', 'url', 'forum'], false);
|
||||
$contact = Contact::getByURL($author, false, ['micro', 'name', 'id', 'network', 'nick', 'addr', 'url', 'forum']);
|
||||
|
||||
if (count($contact) > 0) {
|
||||
$unknown_contacts[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue