Check $contact['id']
- see https://github.com/friendica/friendica/issues/6918#issuecomment-498043313
This commit is contained in:
@@ -2157,7 +2157,8 @@ class Contact extends BaseObject
|
||||
|
||||
if (!empty($contact)) {
|
||||
// Contact is blocked at user-level
|
||||
if (self::isBlockedByUser($contact['id'], $importer['id'])) {
|
||||
if (!empty($contact['id']) && !empty($importer['id']) &&
|
||||
self::isBlockedByUser($contact['id'], $importer['id'])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user