aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--upgrade.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/upgrade.php b/upgrade.php
index b9b1385f0..4b4e9ecbc 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -486,9 +486,6 @@ REPLACE INTO '.PLUGINS_TABLE.'
invalidate_user_cache(true);
$template->delete_compiled_templates();
- // Tables Maintenance
- do_maintenance_all_tables();
-
// Restore $page['infos'] in order to hide informations messages from functions calles
// errors messages are not hide
$page['infos'] = $page['infos_sav'];