Hi again.

In my routes.php I also got:       Router::parseExtensions('rss');

This entry is necessary for creating a RSS feed with the RssHelper.

When the Router::parseExtensions('rss'); comes before Router::connect
('/newsletter/unsubscribe/:email', array('controller'
=> 'newsletterReceivers', 'action' => 'unsubscribe'), array('pass' =>
array('email')));  the email parameter is passed correctly.

Can anyone explain this?

Best
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to