]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Added response active support to smoothly
[friendica.git] / mod / dfrn_request.php
index 20c47bebf08db188555db27db9c9cc8bfa556dd5..7fe2527f3d73c9401654243c4bcaa1b2cf29d757 100644 (file)
@@ -448,7 +448,7 @@ function dfrn_request_post(&$a) {
                        $network = $data["network"];
 
                        // Canonicalise email-style profile locator
-                       $url = webfinger_dfrn($url,$hcard);
+                       $url = Probe::webfinger_dfrn($url,$hcard);
 
                        if (substr($url,0,5) === 'stat:') {