mod/item.php pass 'parent' to notification

This commit is contained in:
Abinoam P. Marques Jr 2012-02-25 13:10:33 -08:00
parent da52792d06
commit 2d5f8b4b48
1 changed files with 2 additions and 1 deletions

View File

@ -755,7 +755,8 @@ function item_post(&$a) {
'source_link' => $datarray['author-link'],
'source_photo' => $datarray['author-avatar'],
'verb' => ACTIVITY_POST,
'otype' => 'item'
'otype' => 'item',
'parent' => $parent,
));
}