server_url was forgotten

This commit is contained in:
Michael 2017-03-23 06:45:00 +00:00
commit 26ec56dfa5
2 changed files with 6 additions and 29 deletions

View file

@ -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);