summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-03 10:17:36 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-03 10:17:36 +0200
commit99d7352ef9ed42af6f7d76c4d2e983705c2b43f6 (patch)
tree4ee789de2c250d252cc41fd6a5237f76fc6fd943 /lib
parente0084059b921bb05a78c1da823df978a6cb73604 (diff)
parentf6e055b2fd7420e58a1e16c13406e1a63ad74585 (diff)
downloadnextcloud-server-99d7352ef9ed42af6f7d76c4d2e983705c2b43f6.tar.gz
nextcloud-server-99d7352ef9ed42af6f7d76c4d2e983705c2b43f6.zip
Merge pull request #19545 from owncloud/fix-16908
Add remark that $run is not supported anymore
Diffstat (limited to 'lib')
-rw-r--r--lib/private/group.php1
-rw-r--r--lib/private/user.php2
2 files changed, 3 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)
diff --git a/lib/private/user.php b/lib/private/user.php
index ee1ff6f3766..86b1385f15d 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -44,6 +44,8 @@
* supported. User management operations are delegated to the configured backend for
* execution.
*
+ * Note that &run is deprecated and won't work anymore.
+ *
* Hooks provided:
* pre_createUser(&run, uid, password)
* post_createUser(uid, password)