You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed in the latest stable version. Feel free to open a new issue if the problem appears again. Thank you for contributing, and for helping us make Phalcon better.
Expected and Actual Behavior
#13046 introduce a fix and a breaking change: params are now send to
setVars()
, erasing previously set variables. Works great, but:https://github.com/phalcon/cphalcon/blob/master/phalcon/mvc/application.zep#L351
=> injects dispatcher's params, and erase previously set variables in controllers.
Before 3.2.3
Url: /test-page/1234
in MyController::testAction():
in test.volt:
Returns:
After 3.2.3
Returns:
Details
The text was updated successfully, but these errors were encountered: