diff options
author | rub <rub@piwigo.org> | 2008-11-19 20:06:20 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-11-19 20:06:20 +0000 |
commit | 487ba19c94efce6baee8ac1670e197f369f2abf1 (patch) | |
tree | a19a75f1ba051bcea823c59a79ce3f2a507126d1 /admin/maintenance.php | |
parent | bac95a7c7f802b508d2752fed5dcdeb79d561108 (diff) |
Delete caches and optimize tables on upgrade
merge -c2890 from trunk to branch 2.0
The exact copy of commit log in 2890.
git-svn-id: http://piwigo.org/svn/branches/2.0@2891 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/maintenance.php')
-rw-r--r-- | admin/maintenance.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/maintenance.php b/admin/maintenance.php index 946fcf916..56f9b592b 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -46,7 +46,7 @@ switch ($action) update_uppercats(); update_category('all'); update_global_rank(); - invalidate_user_cache(); + invalidate_user_cache(true); break; } case 'images' : |