X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=update.php;h=2c7f347d91ce86f41674956e926d7a1c3effe5fb;hb=369dbc19d6ae35c97a2306ae4821c7812e2f24b2;hp=292b5c1be12a9c2b52961fce00b3ca80d8d4948b;hpb=3d2c9f5adfdc51642143d9fecf31ee353735bb8e;p=tt-rss.git diff --git a/update.php b/update.php index 292b5c1b..2c7f347d 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);