From 003fdaf5870158418bce87191de872f5a2431d65 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 31 Dec 2010 11:12:17 -0500 Subject: [PATCH] ws --- framework/Http/lib/Horde/Http/Request/Peclhttp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Http/lib/Horde/Http/Request/Peclhttp.php b/framework/Http/lib/Horde/Http/Request/Peclhttp.php index 95df64f00..75bb4b94e 100644 --- a/framework/Http/lib/Horde/Http/Request/Peclhttp.php +++ b/framework/Http/lib/Horde/Http/Request/Peclhttp.php @@ -51,7 +51,7 @@ class Horde_Http_Request_Peclhttp extends Horde_Http_Request_Base public function send() { if (!defined('HTTP_METH_' . $this->method)) { - throw new Horde_Http_Exception('Method ' . $this->method . ' not supported.'); + throw new Horde_Http_Exception('Method ' . $this->method . ' not supported.'); } $httpRequest = new HttpRequest($this->uri, constant('HTTP_METH_' . $this->method)); -- 2.11.0