Fix Fatal error in Protocol\Diaspora (#5460)
This commit is contained in:
parent
ad857b4314
commit
bb99ac8111
|
@ -2764,6 +2764,10 @@ class Diaspora
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!$contact) {
|
||||
$contact = [];
|
||||
}
|
||||
|
||||
logger("Got retraction for ".$target_type.", sender ".$sender." and user ".$importer["uid"], LOGGER_DEBUG);
|
||||
|
||||
switch ($target_type) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user