]> git.mxchange.org Git - friendica.git/blobdiff - include/message.php
Issue-#3873
[friendica.git] / include / message.php
index 731a56c4c2a0d4e305aef88e598d390a1e7c836f..c2678d2f1d4db92c8bc068512e0e1caae5498ce6 100644 (file)
@@ -170,7 +170,7 @@ function send_wallmessage($recipient='', $body='', $subject='', $replyto=''){
 
        require_once 'include/probe.php';
 
-       $me = probe_url($replyto);
+       $me = Probe::uri($replyto);
 
        if (! $me['name']) {
                return -2;