MDL-19698 deprecated assign new by ref in simpletest lib
This commit is contained in:
@@ -379,7 +379,7 @@ class SimpleUrl {
|
||||
*/
|
||||
function clearRequest() {
|
||||
$this->_raw = false;
|
||||
$this->_request = &new SimpleGetEncoding();
|
||||
$this->_request = new SimpleGetEncoding();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user