]> git.wh0rd.org - tt-rss.git/blobdiff - public.php
rework class system to use subdirectories
[tt-rss.git] / public.php
index a17fa5959fa24c68d2e14b7bb248c65b11de24ec..bf13fdd583040aa21f82c4226effe4458822b158 100644 (file)
@@ -40,7 +40,7 @@
 
        $method = $_REQUEST["op"];
 
-       $handler = new Public_Handler($link, $_REQUEST);
+       $handler = new Handler_Public($link, $_REQUEST);
 
        if ($handler->before($method)) {
                if ($method && method_exists($handler, $method)) {