X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=81d7c753b42484e1fe787b3829803a9159d2449d;hb=1dfd5c4f85f2e0407f006ca962dc3dd62b092aba;hp=9e0768a6582180815550fa40127f8ed00b8fbd7f;hpb=2c7da5d0de29cd7010bd6a34c0b6cfb79fe24466;p=friendica.git 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, )); }