Merge pull request #217 from akirk/fix-typo
This commit is contained in:
commit
e21806d06f
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue