Added some more documentation

This commit is contained in:
Michael Vogel 2016-01-11 20:21:42 +01:00
parent 012107f5f7
commit d1d7ab799c
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ function ostatus_fetchauthor($xpath, $context, $importer, &$contact, $onlyfetch)
dbesc(datetime_convert()), intval($contact["id"]), dbesc(NETWORK_OSTATUS));
}
// @todo: Addr
/// @todo Add the "addr" field
$contact["generation"] = 2;
$contact["photo"] = $author["author-avatar"];
update_gcontact($contact);