X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=src%2FRequest.php;h=b3b8112afc0ef1d16248a8ddc7c12ed5329dc938;hp=9bd9029bb959729735dd7319079bc9744bc569d3;hb=7fbd194478e080d624bab075d189bf3ba215325d;hpb=28a5e586c2c6435e1e0b9459013a92a24f59b9dc diff --git a/src/Request.php b/src/Request.php index 9bd9029..b3b8112 100644 --- a/src/Request.php +++ b/src/Request.php @@ -334,8 +334,7 @@ class Request ); } - // note that using =& will raise an error if $xmlRpcParser->_xh['st'] does not generate an object. - $v = &$xmlRpcParser->_xh['value']; + $v = $xmlRpcParser->_xh['value']; if ($xmlRpcParser->_xh['isf']) { /// @todo we should test here if server sent an int and a string, and/or coerce them into such...