summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 2 insertions, 0 deletions
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);