zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Fix the module initializer #27

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.