Fix fatal error
This commit is contained in:
parent
d12c9a8f58
commit
1aacff4ce1
|
@ -797,6 +797,7 @@ class OStatus
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($xml != '') {
|
if ($xml != '') {
|
||||||
|
$hub = '';
|
||||||
self::process($xml, $importer, $contact, $hub, $stored, false, Conversation::PULL);
|
self::process($xml, $importer, $contact, $hub, $stored, false, Conversation::PULL);
|
||||||
} else {
|
} else {
|
||||||
Logger::info('XML could not be fetched for URI: ' . $related_uri . ' - href: ' . $related);
|
Logger::info('XML could not be fetched for URI: ' . $related_uri . ' - href: ' . $related);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user