diff options
-rw-r--r-- | upgrade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index daee09113..f2c2cb195 100644 --- a/upgrade.php +++ b/upgrade.php @@ -316,7 +316,8 @@ REPLACE INTO '.PLUGINS_TABLE.' $template->delete_compiled_templates(); // Tables Maintenance - do_maintenance_all_tables(); + // Disabled optimization table for branch 2.0 only + //do_maintenance_all_tables(); // Restore $page['infos'] in order to hide informations messages from functions calles // errors messages are not hide |