The gcontact will now be connected to the items
This commit is contained in:
parent
ecf576bdd0
commit
75e2ec01fe
11 changed files with 285 additions and 129 deletions
|
@ -693,6 +693,8 @@ function item_post(&$a) {
|
|||
$datarray['postopts'] = $postopts;
|
||||
$datarray['origin'] = $origin;
|
||||
$datarray['moderated'] = $allow_moderated;
|
||||
$datarray['gcontact-id'] = get_gcontact_id($datarray['author-link'], $datarray['network'],
|
||||
$datarray['author-avatar'], $datarray['author-name']);
|
||||
|
||||
/**
|
||||
* These fields are for the convenience of plugins...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue