From: Abinoam P. Marques Jr Date: Sat, 25 Feb 2012 21:10:33 +0000 (-0800) Subject: mod/item.php pass 'parent' to notification X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d5f8b4b485ff16f989f5bbe7a95b2d49e499094;p=friendica.git mod/item.php pass 'parent' to notification --- diff --git a/mod/item.php b/mod/item.php index 9e0768a658..81d7c753b4 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, )); }