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 a17fa5959..bf13fdd58 100644
--- a/public.php
+++ b/public.php
@@ -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)) {