diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 10:32:43 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 10:32:48 +0100 |
commit | b910524acbbfdbf26c75836553a7e377993e0481 (patch) | |
tree | 7b0ac96928a3c89863326f001a04a25ece0e080b /lib/public | |
parent | 7c88736292857e4c6e98aa3130a3c37e1169797b (diff) | |
download | nextcloud-server-b910524acbbfdbf26c75836553a7e377993e0481.tar.gz nextcloud-server-b910524acbbfdbf26c75836553a7e377993e0481.zip |
add comment from @DeepDiver
Diffstat (limited to 'lib/public')
-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) { |