From aa49e9707513b80dd8f0c6a0f0c05bc8419e9ff4 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Thu, 2 Aug 2018 07:17:04 +0100 Subject: [PATCH] Fix typo --- utils/explorer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/explorer.php b/utils/explorer.php index af8f019..f8baa32 100755 --- a/utils/explorer.php +++ b/utils/explorer.php @@ -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);