X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=public.php;h=33f5af75713df54fad835da2bed0c3085428a223;hb=1f294435307ef6cbbf3f35a22af9bf92131338ed;hp=f92d252e2a210befc2603a46d5181de8373d56c5;hpb=7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f;p=tt-rss.git diff --git a/public.php b/public.php index f92d252e..33f5af75 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)) {