Fixes typo
authorMatthias Schmidt <gravatronics@live.com>
Tue, 25 Mar 2014 10:32:23 +0000 (11:32 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 25 Mar 2014 10:32:23 +0000 (11:32 +0100)
wcfsetup/install/files/lib/data/comment/CommentAction.class.php

index 94fa72cb08a885cb88f3fa9d0f2acbd8df253c4f..6066007c07f1e12e349be250b16df4687aa5762f 100644 (file)
@@ -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);