From 63ba57b2f7475bdfae0cf80092684ceca7f25a11 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 25 Mar 2014 11:32:23 +0100 Subject: [PATCH] Fixes typo --- wcfsetup/install/files/lib/data/comment/CommentAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php index 94fa72cb08..6066007c07 100644 --- a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php +++ b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php @@ -268,7 +268,7 @@ class CommentAction extends AbstractDatabaseObjectAction { if (count($responseIDs) < 3) { $responseIDs[] = $this->createdResponse->responseID; } - $responses = $this->comment->createdResponse + 1; + $responses = $this->comment->responses + 1; // update comment $commentEditor = new CommentEditor($this->comment); -- 2.20.1