Fix Fatal error in Protocol\Diaspora (#5460)

This commit is contained in:
Hypolite Petovan
2018-07-22 19:22:41 -04:00
committed by GitHub
parent ad857b4314
commit bb99ac8111

View File

@@ -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) {