aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions/pwg.groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/ws_functions/pwg.groups.php')
-rw-r--r--include/ws_functions/pwg.groups.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.groups.php b/include/ws_functions/pwg.groups.php
index 3401bcaf2..3ae200bec 100644
--- a/include/ws_functions/pwg.groups.php
+++ b/include/ws_functions/pwg.groups.php
@@ -246,6 +246,8 @@ SELECT COUNT(*)
array('ignore'=>true)
);
+ invalidate_user_cache();
+
return $service->invoke('pwg.groups.getList', array('group_id' => $params['group_id']));
}
@@ -278,6 +280,8 @@ DELETE FROM '. USER_GROUP_TABLE .'
;';
pwg_query($query);
+ invalidate_user_cache();
+
return $service->invoke('pwg.groups.getList', array('group_id' => $params['group_id']));
}