From: Chuck Hagenbuch Date: Fri, 30 Oct 2009 00:11:29 +0000 (-0400) Subject: Default to an Http response X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a80761efa25cd0d184376f712dac4efab15ec2ca;p=horde.git Default to an Http response --- diff --git a/framework/Controller/lib/Horde/Controller/Dispatcher.php b/framework/Controller/lib/Horde/Controller/Dispatcher.php index db8611629..b6ac248be 100644 --- a/framework/Controller/lib/Horde/Controller/Dispatcher.php +++ b/framework/Controller/lib/Horde/Controller/Dispatcher.php @@ -114,8 +114,8 @@ class Horde_Controller_Dispatcher $t->push(); if (! $response instanceof Horde_Controller_Response_Base) { - // $response = new Horde_Controller_Response_Http; - $response = new Horde_Controller_Response_Base; + $response = new Horde_Controller_Response_Http(); + // $response = new Horde_Controller_Response_Base(); } // Recognize routes and process request