mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Fixed typo in
static $allowed_actions = array( 'delete', 'CommentsForm', 'doPostCommentz' ); to static $allowed_actions = array( 'delete', 'CommentsForm', 'doPostComment' );
This commit is contained in:
parent
50ab8997e8
commit
56109bb860
@ -9,7 +9,7 @@ class CommentingController extends Controller {
|
||||
static $allowed_actions = array(
|
||||
'delete',
|
||||
'CommentsForm',
|
||||
'doPostCommentz'
|
||||
'doPostComment'
|
||||
);
|
||||
|
||||
private $baseClass = "";
|
||||
|
Loading…
Reference in New Issue
Block a user