mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Explicitly define commenting controller route
This commit is contained in:
parent
5f6336646a
commit
8e7fadafd2
@ -5,5 +5,6 @@ After: framework/routes#coreroutes
|
||||
Director:
|
||||
rules:
|
||||
# handle old 2.4 style urls
|
||||
'CommentingController//$Action/$ID/$OtherID': 'CommentingController'
|
||||
'PageComments/$Action/$ID/$OtherID': 'CommentingController'
|
||||
'PageComments_Controller/$Action/$ID/$OtherID': 'CommentingController'
|
Loading…
Reference in New Issue
Block a user