Skip to content

fixed problems with $this->_request;

Latest
Compare
Choose a tag to compare
@wigman wigman released this 23 Sep 19:34
· 21 commits to master since this release

0.4.5 introduced "$this->_request = Mage::app()->getRequest()->getParams();" in the AjaxController;
Replaced in 0.4.6 with individual "Mage::app()->getRequest()->getParam()" calls since the above raised errors.