Issue-#3873

Replace deprecated functions with new syntax.
This commit is contained in:
Adam Magness
2017-11-06 21:22:52 -05:00
parent 9eb1f4b9c3
commit 0dfa57948f
124 changed files with 819 additions and 679 deletions
+1 -1
View File
@@ -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"])