summaryrefslogtreecommitdiffstats
path: root/lib/private/group.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-10-02 23:19:26 +0200
committerLukas Reschke <lukas@owncloud.com>2015-10-02 23:19:26 +0200
commitf6e055b2fd7420e58a1e16c13406e1a63ad74585 (patch)
treea170a48c500a0de0c06768e8dea6126fcc625ebe /lib/private/group.php
parent94013ffb82575b625334bdb57e6a7b9d2b9634bd (diff)
downloadnextcloud-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.php1
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)