projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51bf8e0
)
new usage pattern for requests
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 15 Sep 2009 02:47:18 +0000
(22:47 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 15 Sep 2009 02:47:18 +0000
(22:47 -0400)
framework/Http/lib/Horde/Http/Client.php
patch
|
blob
|
history
diff --git
a/framework/Http/lib/Horde/Http/Client.php
b/framework/Http/lib/Horde/Http/Client.php
index
dea2a2f
..
097170b
100644
(file)
--- 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;
}