aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorKate <26026535+provokateurin@users.noreply.github.com>2024-09-15 17:48:11 +0200
committerGitHub <noreply@github.com>2024-09-15 17:48:11 +0200
commita643cb22b2efc2d7f225e378c8b977cd87982271 (patch)
tree5bd1a49436e1eae7f0c82642f21df102684d4f30 /lib/private
parente37a88225d302b2a84855d1ef00035549bffed90 (diff)
parent9a63494fe46ce44bce650f383c25e88da4e5505c (diff)
downloadnextcloud-server-a643cb22b2efc2d7f225e378c8b977cd87982271.tar.gz
nextcloud-server-a643cb22b2efc2d7f225e378c8b977cd87982271.zip
Merge pull request #48017 from nextcloud/fix/comment/children-count-integer
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Comments/Comment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Comments/Comment.php b/lib/private/Comments/Comment.php
index 3c44c02fe2e..c67358cc854 100644
--- a/lib/private/Comments/Comment.php
+++ b/lib/private/Comments/Comment.php
@@ -16,7 +16,7 @@ class Comment implements IComment {
'id' => '',
'parentId' => '0',
'topmostParentId' => '0',
- 'childrenCount' => '0',
+ 'childrenCount' => 0,
'message' => '',
'verb' => '',
'actorType' => '',