diff --git a/includes/functions.php b/includes/functions.php index d6ac07f1..24ebea8d 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 ) {