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
This commit is contained in:
rvelices
2013-12-16 20:18:56 +00:00
parent 5c9b9c43f5
commit 29433f1db4
6 changed files with 23 additions and 16 deletions
+1
View File
@@ -359,6 +359,7 @@ SELECT COUNT(*)
$page['infos'][] = l10n('group "%s" updated', $groupname);
}
}
invalidate_user_cache();
}
// +-----------------------------------------------------------------------+
// | template init |