delete reply working
This commit is contained in:
parent
231bb21a4f
commit
ffb8252808
4 changed files with 9 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ return [
|
|||
$user = kirby()->user($data->userUuid);
|
||||
|
||||
|
||||
$comments = $file->comments()->isEmpty() == true ? [] : Yaml::decode($file->comments()->value());
|
||||
$comments = $file->comments()->isEmpty() == true ? [] : Yaml::decode($file->comments()->value());
|
||||
|
||||
$replyData = [
|
||||
"location" => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue