Changed parameter order for getByURL
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user