We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 2589fa9a authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #189 from rskuipers/feature/fix-params

Clear params on dispatch
parents cdc21297 e7c5ba31
...@@ -158,6 +158,7 @@ class EcomDev_PHPUnit_Controller_Request_Http ...@@ -158,6 +158,7 @@ class EcomDev_PHPUnit_Controller_Request_Http
// From Http request // From Http request
$this->_paramSources = array('_GET', '_POST'); $this->_paramSources = array('_GET', '_POST');
$this->_requestUri = null; $this->_requestUri = null;
$this->_params = array();
$this->_baseUrl = null; $this->_baseUrl = null;
$this->_basePath = null; $this->_basePath = null;
$this->_pathInfo = ''; $this->_pathInfo = '';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment