From: <var...@us...> - 2013-05-16 08:49:25
|
Revision: 8780 http://sourceforge.net/p/phpwiki/code/8780 Author: vargenau Date: 2013-05-16 08:49:22 +0000 (Thu, 16 May 2013) Log Message: ----------- No &new Modified Paths: -------------- trunk/lib/pear/Cache/HTTP_Request.php Modified: trunk/lib/pear/Cache/HTTP_Request.php =================================================================== --- trunk/lib/pear/Cache/HTTP_Request.php 2013-05-16 08:47:28 UTC (rev 8779) +++ trunk/lib/pear/Cache/HTTP_Request.php 2013-05-16 08:49:22 UTC (rev 8780) @@ -143,7 +143,7 @@ ); } $this->Cache($container, $containerOptions); - $this->_request = &new HTTP_Request($url, $params); + $this->_request = new HTTP_Request($url, $params); $this->_id = md5($url.serialize($params)); $this->_id2 = md5($this->_id); // we need two keys $this->_mode = $mode; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |