Merge pull request #19545 from owncloud/fix-16908

Add remark that $run is not supported anymore
This commit is contained in:
Thomas Müller 2015-10-03 10:17:36 +02:00
commit 99d7352ef9
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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)