From 369dbc19d6ae35c97a2306ae4821c7812e2f24b2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 17 Aug 2012 14:20:55 +0400 Subject: rework class system to use subdirectories add placeholder plugin/hook system --- public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public.php') 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)) { -- cgit v1.2.3