diff options
author | friendica <info@friendica.com> | 2012-08-15 20:01:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-15 20:01:55 -0700 |
commit | 2358a220baad2f8dc027d9bd3cd01c34ae234968 (patch) | |
tree | 84f66d0bfb3c48d6f8409111c0b2216b5ea26eb7 /mod/item.php | |
parent | 2a49460c7766d5868115689155e3b9595e5f36a2 (diff) | |
download | volse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.tar.gz volse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.tar.bz2 volse-hubzilla-2358a220baad2f8dc027d9bd3cd01c34ae234968.zip |
merge from upstream
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
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'] )); } |