cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Fix event usage. #110

Closed markstory closed 7 years ago

markstory commented 7 years ago

Use Dispatcher.invokeController as it works more consistently between various versions of CakePHP. In 3.3+ Dispatcher.beforeDispatch doesn't always have access to the Controller depending on how the application is setup.

Refs #109