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.
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.