From 29433f1db489462a86eb4c694674fb057c0ea5b2 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 16 Dec 2013 20:18:56 +0000 Subject: invalidate_user_cache fix in web service method + do not invalidate user cache on every page hit on album list, photo etc ... git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/group_list.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/group_list.php') diff --git a/admin/group_list.php b/admin/group_list.php index 10e9cd7f8..ebdda4ab3 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -359,6 +359,7 @@ SELECT COUNT(*) $page['infos'][] = l10n('group "%s" updated', $groupname); } } + invalidate_user_cache(); } // +-----------------------------------------------------------------------+ // | template init | -- cgit v1.2.3