diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-04-27 00:20:06 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-04-27 00:20:06 +0000 |
commit | 3025faead3be631a6b195b88c549d97afd507f72 (patch) | |
tree | a7f3f14d1c4e2a948bf9b7282fe14208a0351cdd /admin | |
parent | e1d0867f07b6ad580de18b3b43feb2343d4d625b (diff) |
maintenance on categories also invalidates the user cache
git-svn-id: http://piwigo.org/svn/trunk@1981 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/maintenance.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/maintenance.php b/admin/maintenance.php index 8bfef45a8..c0184c85c 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -51,6 +51,7 @@ switch ($action) update_category('all'); ordering(); update_global_rank(); + invalidate_user_cache(); break; } case 'images' : |