From 8e7fadafd2bbec776e1cfb0d8bd6f39c5589add7 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sat, 21 Dec 2013 17:03:39 +1300 Subject: [PATCH] Explicitly define commenting controller route --- _config/routes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config/routes.yml b/_config/routes.yml index c480a71..c3a7537 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -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' \ No newline at end of file