Skip to content

Commit

Permalink
Merge pull request #48025 from nextcloud/backport/48017/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 15, 2024
2 parents 58f4320 + 0a1d9f6 commit a91374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Comments/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Comment implements IComment {
'id' => '',
'parentId' => '0',
'topmostParentId' => '0',
'childrenCount' => '0',
'childrenCount' => 0,
'message' => '',
'verb' => '',
'actorType' => '',
Expand Down

0 comments on commit a91374e

Please sign in to comment.