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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---