From 9aceda3afc70eba20fa236c46c050b1e63ca07ca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Aug 2012 14:37:43 +0400 Subject: remove hook-based plugins --- update_daemon2.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index b79a1a2b2..6410709ad 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -189,8 +189,6 @@ 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