ZF2-460: ViewModel __unset does not work when $variables is array
Description
ViewModel supports unsetting of variables, but when variables is only an array the variable gets unset only locally.
ViewModel supports unsetting of variables, but when variables is only an array the variable gets unset only locally.
Comments
Posted by Maks 3w (maks3w) on 2012-08-11T10:31:34.000+0000
https://github.com/zendframework/zf2/pull/2148
Posted by Maks 3w (maks3w) on 2012-08-21T19:46:07.000+0000
Patch merged