Fix fatal error

pull/11789/head
Michael 2022-07-28 19:35:25 +00:00
rodzic d12c9a8f58
commit 1aacff4ce1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -797,6 +797,7 @@ class OStatus
}
if ($xml != '') {
$hub = '';
self::process($xml, $importer, $contact, $hub, $stored, false, Conversation::PULL);
} else {
Logger::info('XML could not be fetched for URI: ' . $related_uri . ' - href: ' . $related);