aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-25 13:10:33 -0800
committerAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-25 16:59:44 -0800
commit2d5f8b4b485ff16f989f5bbe7a95b2d49e499094 (patch)
tree32c00475c345d61478ca6f6341080410c4c3a9c8
parentda52792d0664eab8dea9c08bea39a68819adc628 (diff)
downloadvolse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.tar.gz
volse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.tar.bz2
volse-hubzilla-2d5f8b4b485ff16f989f5bbe7a95b2d49e499094.zip
mod/item.php pass 'parent' to notification
-rwxr-xr-xmod/item.php3
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,
));
}