projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfe392
)
Remove default value.
author
Gunnar Wrobel
<p@rdus.de>
Sun, 10 May 2009 12:19:16 +0000
(14:19 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Sun, 10 May 2009 12:19:16 +0000
(14:19 +0200)
koward/www/htdocs/koward/koward.php
patch
|
blob
|
history
diff --git
a/koward/www/htdocs/koward/koward.php
b/koward/www/htdocs/koward/koward.php
index
6e4a983
..
c327063
100644
(file)
--- a/
koward/www/htdocs/koward/koward.php
+++ b/
koward/www/htdocs/koward/koward.php
@@
-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>';