diff options
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 3 |
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']; |