]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
rework class system to use subdirectories
[tt-rss.git] / update.php
index 292b5c1be12a9c2b52961fce00b3ca80d8d4948b..2c7f347d91ce86f41674956e926d7a1c3effe5fb 100755 (executable)
@@ -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);