Issue-#3873
Replace deprecated functions with new syntax.
This commit is contained in:
+1
-1
@@ -1513,7 +1513,7 @@ class ostatus {
|
||||
$contact = owner;
|
||||
|
||||
if (!isset($contact["poll"])) {
|
||||
$data = probe_url($url);
|
||||
$data = Probe::uri($url);
|
||||
$contact["poll"] = $data["poll"];
|
||||
|
||||
if (!$contact["alias"])
|
||||
|
||||
Reference in New Issue
Block a user