This commit is contained in:
Diogo Cordeiro 2018-08-02 07:17:04 +01:00
parent 554ba6dc91
commit aa49e97075
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class Activitypub_explorer
}
if (isset($res['type']) && $res['type'] === 'OrderedCollection' && isset ($res['first'])) { // It's a potential collection of actors!!!
common_debug('ActivityPub Explorer: Found a collection of actors for '.$url);
$this->travell_collection($res['first']);
$this->travel_collection($res['first']);
return true;
} elseif (self::validate_remote_response($res)) {
common_debug('ActivityPub Explorer: Found a valid remote actor for '.$url);