diff --git a/code/controllers/CommentingController.php b/code/controllers/CommentingController.php index 0839c52..a3f2780 100644 --- a/code/controllers/CommentingController.php +++ b/code/controllers/CommentingController.php @@ -9,7 +9,7 @@ class CommentingController extends Controller { static $allowed_actions = array( 'delete', 'CommentsForm', - 'doPostCommentz' + 'doPostComment' ); private $baseClass = "";