Add remark that $run is not supported anymore
Fixes https://github.com/owncloud/core/issues/16908
This commit is contained in:
parent
94013ffb82
commit
f6e055b2fd
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue