silverstripe-comments/code/controllers
Lamin Barrow 56109bb860 Fixed typo in
static $allowed_actions = array(
		'delete',
		'CommentsForm',
		'doPostCommentz'
	);

to

static $allowed_actions = array(
		'delete',
		'CommentsForm',
		'doPostComment'
	);
2011-02-05 14:48:48 -08:00
..
CommentingController.php Fixed typo in 2011-02-05 14:48:48 -08:00