server_url was forgotten
This commit is contained in:
parent
9e5bec1bc8
commit
26ec56dfa5
2 changed files with 6 additions and 29 deletions
|
|
@ -236,6 +236,9 @@ function discover_directory($search) {
|
|||
if ($jj->tags != "") {
|
||||
$data["keywords"] = $jj->tags;
|
||||
}
|
||||
|
||||
$data["server_url"] = $data["baseurl"];
|
||||
|
||||
update_gcontact($data);
|
||||
} else {
|
||||
logger("Profile ".$jj->url." is not responding or no Friendica contact - but network ".$data["network"], LOGGER_DEBUG);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue