Remove default value.
authorGunnar Wrobel <p@rdus.de>
Sun, 10 May 2009 12:19:16 +0000 (14:19 +0200)
committerGunnar Wrobel <p@rdus.de>
Sun, 10 May 2009 12:19:16 +0000 (14:19 +0200)
koward/www/htdocs/koward/koward.php

index 6e4a983..c327063 100644 (file)
@@ -14,7 +14,7 @@ Horde_Autoloader::addClassPattern('/^Koward_/', 'Koward/');
 
 /** Dispatch the request. */
 try {
-    Koward::dispatch(__FILE__, 'Horde_Controller_Request_Http');
+    Koward::dispatch(__FILE__);
 } catch (Exception $e) {
     // @TODO Make nicer
     echo '<h1>' . $e->getMessage() . '</h1>';