new usage pattern for requests
authorChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:47:18 +0000 (22:47 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 02:47:18 +0000 (22:47 -0400)
framework/Http/lib/Horde/Http/Client.php

index dea2a2f..097170b 100644 (file)
@@ -147,7 +147,7 @@ class Horde_Http_Client
         }
 
         $this->_lastRequest = $this->_request;
-        $this->_lastResponse = $this->_adapter->send($this->_lastRequest);
+        $this->_lastResponse = $this->_request->send();
         return $this->_lastResponse;
     }