fix broken namespace

This commit is contained in:
Matthias Pfefferle 2022-12-06 11:03:33 +01:00
parent 2a8cd2a54f
commit bb9f9d5776

View file

@ -202,7 +202,7 @@ class Health_Check {
$user = \wp_get_current_user();
$account = \Activitypub\get_webfinger_resource( $user->ID );
$url = Activitypub\Webfinger::resolve( $account );
$url = \Activitypub\Webfinger::resolve( $account );
if ( \is_wp_error( $url ) ) {
$health_messages = array(
'webfinger_url_not_accessible' => \sprintf(