Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Apply fix to ActionParameter-Controller #40

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

Fix ZF-7496 (http://framework.zend.com/issues/browse/ZF-7496) changed the dispatch() method of Zend_Controller_Action.

The ActionParameter-Controller uses an own dispatch() method, so the fix should be applied there as well.

Matthimatiker commented 11 years ago

Fix is now available in master.