diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 39d982bb9..544e77fa8 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1596,6 +1596,7 @@ class DFRN if (empty($author['avatar'])) { Logger::log('Empty author: ' . $xml); + $author['avatar'] = ''; } if (DBA::isResult($contact_old) && !$onlyfetch) {