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 --- update_daemon2.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 6410709ad..b79a1a2b2 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -189,6 +189,8 @@ if (!init_connection($link)) return; + $plugins = new Plugins($link); + // We disable stamp file, since it is of no use in a multiprocess update. // not really, tho for the time being -fox if (!make_stampfile('update_daemon.stamp')) { -- cgit v1.2.3