From 56109bb860b1903983f178a903bba8a4b5894c4e Mon Sep 17 00:00:00 2001 From: Lamin Barrow Date: Sat, 5 Feb 2011 14:48:48 -0800 Subject: [PATCH] Fixed typo in static $allowed_actions = array( 'delete', 'CommentsForm', 'doPostCommentz' ); to static $allowed_actions = array( 'delete', 'CommentsForm', 'doPostComment' ); --- code/controllers/CommentingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";