mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug 3226: no need to make upgrade slow (on big tables) with a do_maintenance_all_tables() call, that is not the right time to do that
git-svn-id: http://piwigo.org/svn/trunk@31184 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user