Upgraded simpletestlib from 1.0.1alpha3 to 1.0.1beta
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
* @access public
|
||||
*/
|
||||
function asRequest() {
|
||||
return $this->_key . '=' . urlencode($this->_value);
|
||||
return urlencode($this->_key) . '=' . urlencode($this->_value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user