ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Dec 2010 16:12:17 +0000 (11:12 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 31 Dec 2010 16:12:17 +0000 (11:12 -0500)
framework/Http/lib/Horde/Http/Request/Peclhttp.php

index 95df64f..75bb4b9 100644 (file)
@@ -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));