From: Michael J. Rubinsky Date: Fri, 31 Dec 2010 16:12:17 +0000 (-0500) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=003fdaf5870158418bce87191de872f5a2431d65;p=horde.git ws --- 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));