X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=public.php;h=33f5af75713df54fad835da2bed0c3085428a223;hb=e44280a0bd650239ef1d931d1d41cb0379df4eb9;hp=f92d252e2a210befc2603a46d5181de8373d56c5;hpb=1ffe3391f902c4baa984982f19e61a0e45de21ff;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)) {