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.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index 292b5c1be..2c7f347d9 100755 --- a/update.php +++ b/update.php @@ -56,6 +56,8 @@ init_connection($link); + $plugins = new Plugins($link); + if (in_array("-feeds", $op)) { // Update all feeds needing a update. update_daemon_common($link); -- cgit v1.2.3-54-g00ecf