Skip to content

Commit e21806d

Browse files
authored
Merge pull request #217 from akirk/fix-typo
2 parents 792b85d + 7e6fbd6 commit e21806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function get_remote_metadata_by_actor( $actor ) {
111111
return $pre;
112112
}
113113
if ( preg_match( '/^@?[^@]+@((?:[a-z0-9-]+\.)+[a-z]+)$/i', $actor ) ) {
114-
$actor = \Acivitypub\Webfinger::resolve( $actor );
114+
$actor = \Activitypub\Webfinger::resolve( $actor );
115115
}
116116

117117
if ( ! $actor ) {

0 commit comments

Comments
 (0)