Merge pull request #3667 from annando/probe-warning
Avoid warnings from probe
This commit is contained in:
commit
b6d265de79
|
@ -1139,6 +1139,7 @@ class Probe {
|
||||||
$data["addr"] = str_replace('acct:', '', $webfinger["subject"]);
|
$data["addr"] = str_replace('acct:', '', $webfinger["subject"]);
|
||||||
}
|
}
|
||||||
$pubkey = "";
|
$pubkey = "";
|
||||||
|
if (is_array($webfinger["links"])) {
|
||||||
foreach ($webfinger["links"] as $link) {
|
foreach ($webfinger["links"] as $link) {
|
||||||
if (($link["rel"] == "http://webfinger.net/rel/profile-page")
|
if (($link["rel"] == "http://webfinger.net/rel/profile-page")
|
||||||
&& ($link["type"] == "text/html")
|
&& ($link["type"] == "text/html")
|
||||||
|
@ -1175,6 +1176,7 @@ class Probe {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (isset($data["notify"]) && isset($data["pubkey"])
|
if (isset($data["notify"]) && isset($data["pubkey"])
|
||||||
&& isset($data["poll"])
|
&& isset($data["poll"])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user