Issue-#3873
Replace deprecated functions with new syntax.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user