diff --git a/src/Model/Item.php b/src/Model/Item.php index 210a601097..dfb7ea065c 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -189,7 +189,7 @@ class Item extends BaseObject // If it's the parent of a comment thread, kill all the kids if ($item['id'] == $item['parent']) { - self::delete(['parent' => $item['parent']], $priority); + self::delete(['parent' => $item['parent'], 'deleted' => false], $priority); } // Is it our comment and/or our thread?