summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php
index f92d252e2..33f5af757 100644
--- a/public.php
+++ b/public.php
@@ -42,7 +42,7 @@
if ($override) {
$handler = $override;
} else {
- $handler = new Handler_Public(Db::get(), $_REQUEST);
+ $handler = new Handler_Public($_REQUEST);
}
if (implements_interface($handler, "IHandler") && $handler->before($method)) {