]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Merge pull request #67 from tomtom84/master
[friendica.git] / mod / item.php
index 9e0768a6582180815550fa40127f8ed00b8fbd7f..81d7c753b42484e1fe787b3829803a9159d2449d 100755 (executable)
@@ -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,
                                ));
                        
                        }