diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-21 14:37:43 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-21 14:37:43 +0400 |
| commit | 9aceda3afc70eba20fa236c46c050b1e63ca07ca (patch) | |
| tree | 74f3e8db16db3b9eb4aef5389be6ed4e00f0347f /update.php | |
| parent | 23d2471c925ed31228e68210e7a55c836234645e (diff) | |
remove hook-based plugins
Diffstat (limited to 'update.php')
| -rwxr-xr-x | update.php | 2 |
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); |