summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-21 14:37:43 +0400
committerAndrew Dolgov <[email protected]>2012-08-21 14:37:43 +0400
commit9aceda3afc70eba20fa236c46c050b1e63ca07ca (patch)
tree74f3e8db16db3b9eb4aef5389be6ed4e00f0347f /update.php
parent23d2471c925ed31228e68210e7a55c836234645e (diff)
remove hook-based plugins
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.php b/update.php
index 2c7f347d9..292b5c1be 100755
--- a/update.php
+++ b/update.php
@@ -56,8 +56,6 @@
init_connection($link);
- $plugins = new Plugins($link);
-
if (in_array("-feeds", $op)) {
// Update all feeds needing a update.
update_daemon_common($link);