]> git.mxchange.org Git - friendica.git/commitdiff
mod/item.php pass 'parent' to notification
authorAbinoam P. Marques Jr <abinoam@gmail.com>
Sat, 25 Feb 2012 21:10:33 +0000 (13:10 -0800)
committerAbinoam P. Marques Jr <abinoam@gmail.com>
Sun, 26 Feb 2012 00:59:44 +0000 (16:59 -0800)
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,
                                ));
                        
                        }