diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-10-02 23:19:26 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-10-02 23:19:26 +0200 |
commit | f6e055b2fd7420e58a1e16c13406e1a63ad74585 (patch) | |
tree | a170a48c500a0de0c06768e8dea6126fcc625ebe /lib/private/group.php | |
parent | 94013ffb82575b625334bdb57e6a7b9d2b9634bd (diff) | |
download | nextcloud-server-f6e055b2fd7420e58a1e16c13406e1a63ad74585.tar.gz nextcloud-server-f6e055b2fd7420e58a1e16c13406e1a63ad74585.zip |
Add remark that $run is not supported anymore
Fixes https://github.com/owncloud/core/issues/16908
Diffstat (limited to 'lib/private/group.php')
-rw-r--r-- | lib/private/group.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/group.php b/lib/private/group.php index 87e85a539ff..4eed2a85450 100644 --- a/lib/private/group.php +++ b/lib/private/group.php @@ -36,6 +36,7 @@ /** * This class provides all methods needed for managing groups. * + * Note that &run is deprecated and won't work anymore. * Hooks provided: * pre_createGroup(&run, gid) * post_createGroup(gid) |