zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

Fix the module initializer #104

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

Initializers actually receive the module manager itself, not the module event. As such, we have to pull the event from the module manager instance.