mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Removed notices that revealed themselfes over night ... (#5645)
* Removed notices that revealed themselfes over night ... * And more notices removed that occured over night * One more .. * Some more notices of the day ...
This commit is contained in:
parent
5a171c0afd
commit
54aee2aaa7
10 changed files with 43 additions and 22 deletions
|
@ -933,7 +933,12 @@ class Probe
|
|||
}
|
||||
|
||||
$prof_data = [];
|
||||
$prof_data["addr"] = $data["addr"];
|
||||
|
||||
// The "addr" is not always part of the fetched data
|
||||
if (!empty($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