diff options
Diffstat (limited to '')
-rw-r--r-- | admin/group_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |