Default to an Http response
authorChuck Hagenbuch <chuck@horde.org>
Fri, 30 Oct 2009 00:11:29 +0000 (20:11 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 30 Oct 2009 00:11:55 +0000 (20:11 -0400)
framework/Controller/lib/Horde/Controller/Dispatcher.php

index db86116..b6ac248 100644 (file)
@@ -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