From 88f5fd6f9d9ef0bda74e263e1dbd1412d511cac0 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 14 Sep 2009 22:47:18 -0400 Subject: [PATCH] new usage pattern for requests --- framework/Http/lib/Horde/Http/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Http/lib/Horde/Http/Client.php b/framework/Http/lib/Horde/Http/Client.php index dea2a2f09..097170b72 100644 --- a/framework/Http/lib/Horde/Http/Client.php +++ b/framework/Http/lib/Horde/Http/Client.php @@ -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; } -- 2.11.0