Skip to content
Snippets Groups Projects
Commit 99d7352e authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #19545 from owncloud/fix-16908

Add remark that $run is not supported anymore
parents e0084059 f6e055b2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment