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 6ace943c4..2f5081957 100644
--- a/public.php
+++ b/public.php
@@ -43,7 +43,7 @@
if ($override) {
$handler = $override;
} else {
- $handler = new Handler_Public( $_REQUEST);
+ $handler = new Handler_Public(Db::get(), $_REQUEST);
}
if (implements_interface($handler, "IHandler") && $handler->before($method)) {