aboutsummaryrefslogtreecommitdiffstats
path: root/admin/group_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/group_list.php')
-rw-r--r--admin/group_list.php1
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 |