From: Matthias Schmidt Date: Wed, 26 Mar 2014 18:53:53 +0000 (+0100) Subject: Adds missing message validation when adding comment response X-Git-Tag: 2.0.5~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=789ef3730bf039e4da4a7ad31c0b28309dda434d;p=GitHub%2FWoltLab%2FWCF.git Adds missing message validation when adding comment response --- diff --git a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php index 7a19525f38..44f156920d 100644 --- a/wcfsetup/install/files/lib/data/comment/CommentAction.class.php +++ b/wcfsetup/install/files/lib/data/comment/CommentAction.class.php @@ -222,6 +222,7 @@ class CommentAction extends AbstractDatabaseObjectAction { CommentHandler::enforceFloodControl(); $this->readInteger('objectID', false, 'data'); + $this->validateMessage(); // validate comment id $this->validateCommentID();