aboutsummaryrefslogtreecommitdiffstats
path: root/admin/maintenance.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-04-27 00:22:41 +0000
committerrvelices <rv-github@modusoptimus.com>2007-04-27 00:22:41 +0000
commit5b0d26b779b6835b43e1d6dedd154d8efb0f8cf1 (patch)
tree7c38266ea7cffe54fceaf5db95e1d24830df64a5 /admin/maintenance.php
parentbd73ae2b2d6e32feb66d4cf0a86680116a59688f (diff)
merge revisions 1980 and 1981 from trunk to branch-1_7
put some code from the huge section_init to 2 functions - parse_section_url does the exact opposite of make_section_in_url - parse_well_known_params_url does the exact opposite of add_well_known_params_in_url maintenance on categories also invalidates the user cache git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1982 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/maintenance.php')
-rw-r--r--admin/maintenance.php1
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' :