Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Fix the module initializer #45

Merged
merged 2 commits into from
Apr 18, 2016

Conversation

weierophinney
Copy link
Member

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

Initializers actually receive the module manager itself, not the module
event. As such, we have to pull the event from the module manager
instance.
@weierophinney weierophinney added this to the 2.7.2 milestone Apr 18, 2016
@weierophinney weierophinney self-assigned this Apr 18, 2016
- Populate and pass a ModuleManager to the method instead of an event instance.
  The module manager will return the event via its getEvent() method.
@weierophinney weierophinney merged commit 98e8e51 into zendframework:master Apr 18, 2016
weierophinney added a commit that referenced this pull request Apr 18, 2016
weierophinney added a commit that referenced this pull request Apr 18, 2016
weierophinney added a commit that referenced this pull request Apr 18, 2016
@weierophinney weierophinney deleted the hotfix/initializer branch April 18, 2016 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant