diff --git a/mod/item.php b/mod/item.php index 8290acb9e..9e38382cc 100644 --- a/mod/item.php +++ b/mod/item.php @@ -103,8 +103,6 @@ function item_post(&$a) { ); } - $thr_parent_item = $r[0]; - // if this isn't the real parent of the conversation, find it if (dbm::is_result($r)) { $parid = $r[0]['parent'];