From 7e6fbd60b326b20bba2286230866d535d99bbe3f Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Sun, 11 Dec 2022 09:16:50 +0100 Subject: [PATCH] Fix typo --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index d6ac07f..24ebea8 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -111,7 +111,7 @@ function get_remote_metadata_by_actor( $actor ) { return $pre; } if ( preg_match( '/^@?[^@]+@((?:[a-z0-9-]+\.)+[a-z]+)$/i', $actor ) ) { - $actor = \Acivitypub\Webfinger::resolve( $actor ); + $actor = \Activitypub\Webfinger::resolve( $actor ); } if ( ! $actor ) {