delete reply working

This commit is contained in:
isUnknown 2024-12-18 18:39:45 +01:00
parent 231bb21a4f
commit ffb8252808
4 changed files with 9 additions and 4 deletions

View file

@ -46,6 +46,10 @@ class Location
$array["file"] = $this->file;
}
if ($this->parentCommentId) {
$array["parentId"] = $this->parentCommentId;
}
return $array;
}
}