aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-12-04 08:08:22 -0500
committerAndrew Manning <andrew@reticu.li>2016-12-04 08:08:22 -0500
commit3b3da24823defd89f4ed256b7c45df8b71cb0627 (patch)
tree6aebea23b86aa608c93337c5994f399b20d17586 /include/items.php
parent1f91c2fe1203f6f34a639700e8d9731f51ba1429 (diff)
parentb98fbcce0ce8ba68781cd006e2b12a2ff3303b43 (diff)
downloadvolse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.gz
volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.bz2
volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.zip
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index e20c41d29..215f70031 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1813,6 +1813,7 @@ function item_store($arr, $allow_exec = false, $deliver = true) {
$x = q("update item set parent = id where id = %d",
intval($r[0]['id'])
);
+ $arr['parent'] = $r[0]['id'];
}