Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nette 2.4 error #123

Closed
spernica opened this issue Jun 26, 2019 · 0 comments
Closed

Nette 2.4 error #123

spernica opened this issue Jun 26, 2019 · 0 comments

Comments

@spernica
Copy link

Version for Nette 2.4 has got an error "Maximum function nesting level of x reached"

There is a missing fix in this file
https://github.com/Kdyby/Events/blob/v2.4/src/Kdyby/Events/SymfonyDispatcher.php

public function getListeners($eventName = null) { return $this->getListeners($eventName); }

must be
public function getListeners($eventName = null) { return $this->evm->getListeners($eventName); }

@spernica spernica closed this as completed Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant