diff options
Diffstat (limited to 'lib/public/share.php')
-rw-r--r-- | lib/public/share.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index b89e4fb365a..d33b16148db 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -1841,8 +1841,7 @@ class Share { } /** - * Function that is called after a user is removed from a group. - * TODO what does it do? + * Function that is called after a user is removed from a group. Shares are cleaned up. * @param array arguments */ public static function post_removeFromGroup($arguments) { |