We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit e601785a authored by Rick Kuipers's avatar Rick Kuipers

Clear params on dispatch

parent bfa5970e
......@@ -158,6 +158,7 @@ class EcomDev_PHPUnit_Controller_Request_Http
// From Http request
$this->_paramSources = array('_GET', '_POST');
$this->_requestUri = null;
$this->_params = null;
$this->_baseUrl = null;
$this->_basePath = null;
$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