aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-15 20:01:55 -0700
committerfriendica <info@friendica.com>2012-08-15 20:01:55 -0700
commit2358a220baad2f8dc027d9bd3cd01c34ae234968 (patch)
tree84f66d0bfb3c48d6f8409111c0b2216b5ea26eb7 /mod
parent2a49460c7766d5868115689155e3b9595e5f36a2 (diff)
downloadvolse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.tar.gz
volse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.tar.bz2
volse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.zip
merge from upstream
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php
index 757506bc4..e2fa5d06b 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -780,6 +780,7 @@ function item_post(&$a) {
'verb' => ACTIVITY_POST,
'otype' => 'item',
'parent' => $parent,
+ 'parent_uri' => $parent_item['uri']
));
}