delete reply working
This commit is contained in:
parent
231bb21a4f
commit
ffb8252808
4 changed files with 9 additions and 4 deletions
|
|
@ -46,6 +46,10 @@ class Location
|
|||
$array["file"] = $this->file;
|
||||
}
|
||||
|
||||
if ($this->parentCommentId) {
|
||||
$array["parentId"] = $this->parentCommentId;
|
||||
}
|
||||
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue