aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-18 18:52:38 +0000
committerMario <mario@mariovavti.com>2022-02-18 18:52:38 +0000
commit2ddff785e55745045bc9a742b2287a500e5370a6 (patch)
treea8091f42179a8384b3f6bf350d7bf2066ca573a3 /Zotlabs/Module/Item.php
parent38882efb5c92c00e9f915112eeb5af45c3c7bd8b (diff)
downloadvolse-hubzilla-2ddff785e55745045bc9a742b2287a500e5370a6.tar.gz
volse-hubzilla-2ddff785e55745045bc9a742b2287a500e5370a6.tar.bz2
volse-hubzilla-2ddff785e55745045bc9a742b2287a500e5370a6.zip
thr_parent lost across edits
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r--Zotlabs/Module/Item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index 41a4e120d..f2916212f 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -695,6 +695,7 @@ class Item extends Controller {
$expires = $orig_post['expires'];
$comments_closed = $orig_post['comments_closed'];
$mid = $orig_post['mid'];
+ $thr_parent = $orig_post['thr_parent'];
$parent_mid = $orig_post['parent_mid'];
$plink = $orig_post['plink'];
}