diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-25 08:57:58 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-25 08:57:58 +0200 |
commit | 89a7b007f2d388fe3aa666ec1be9a95fd71a08af (patch) | |
tree | 650d55dbacb3418783cfab26890cca241e25a1d8 /apps/user_ldap/lib/User_Proxy.php | |
parent | b930f32e89a0f890ebda449ab3d37952f9a4317e (diff) | |
download | nextcloud-server-89a7b007f2d388fe3aa666ec1be9a95fd71a08af.tar.gz nextcloud-server-89a7b007f2d388fe3aa666ec1be9a95fd71a08af.zip |
Fix comments
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/user_ldap/lib/User_Proxy.php')
-rw-r--r-- | apps/user_ldap/lib/User_Proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/User_Proxy.php b/apps/user_ldap/lib/User_Proxy.php index 8e81b10f7b3..d1784ad7c14 100644 --- a/apps/user_ldap/lib/User_Proxy.php +++ b/apps/user_ldap/lib/User_Proxy.php @@ -119,7 +119,7 @@ class User_Proxy extends Proxy implements \OCP\IUserBackend, \OCP\UserInterface, * @return boolean * * Returns the supported actions as int to be - * compared with OC_USER_BACKEND_CREATE_USER etc. + * compared with \OC\User\Backend::CREATE_USER etc. */ public function implementsActions($actions) { //it's the same across all our user backends obviously |