diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-25 13:10:33 -0800 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-25 16:59:44 -0800 |
commit | 2d5f8b4b485ff16f989f5bbe7a95b2d49e499094 (patch) | |
tree | 32c00475c345d61478ca6f6341080410c4c3a9c8 /mod | |
parent | da52792d0664eab8dea9c08bea39a68819adc628 (diff) | |
download | volse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.tar.gz volse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.tar.bz2 volse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.zip |
mod/item.php pass 'parent' to notification
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/item.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 9e0768a65..81d7c753b 100755 --- a/mod/item.php +++ b/mod/item.php @@ -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, )); } |