mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Oh no ... there are still some notices that want to be removed ...
This commit is contained in:
parent
93ba393559
commit
82d097879b
3 changed files with 10 additions and 5 deletions
|
@ -934,11 +934,12 @@ class Probe
|
|||
|
||||
$prof_data = [];
|
||||
|
||||
// The "addr" is not always part of the fetched data
|
||||
if (!empty($data["addr"])) {
|
||||
$prof_data["addr"] = $data["addr"];
|
||||
if (empty($data["addr"])) {
|
||||
$probe_data = self::uri($profile_link);
|
||||
$data["addr"] = $probe_data["addr"];
|
||||
}
|
||||
|
||||
$prof_data["addr"] = $data["addr"];
|
||||
$prof_data["nick"] = $data["nick"];
|
||||
$prof_data["dfrn-request"] = $data["request"];
|
||||
$prof_data["dfrn-confirm"] = $data["confirm"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue