From f382617e596ba67c63684697915b2be6745f368d Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 22 Jul 2012 12:48:34 +1200 Subject: [PATCH] FIX: backwards compatibility with 2.4 routes. --- _config/routes.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _config/routes.yml diff --git a/_config/routes.yml b/_config/routes.yml new file mode 100644 index 0000000..f3bc68e --- /dev/null +++ b/_config/routes.yml @@ -0,0 +1,9 @@ +--- +Name: commentroutes +After: framework/routes#coreroutes +--- +Director: + rules: + # handle old 2.4 style urls + 'PageComments/$Action/$ID': 'CommentingController' + 'PageComments_Controller/$Action/$ID': 'CommentingController' \ No newline at end of file