summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User_Proxy.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-25 08:57:58 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-07-25 08:57:58 +0200
commit89a7b007f2d388fe3aa666ec1be9a95fd71a08af (patch)
tree650d55dbacb3418783cfab26890cca241e25a1d8 /apps/user_ldap/lib/User_Proxy.php
parentb930f32e89a0f890ebda449ab3d37952f9a4317e (diff)
downloadnextcloud-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.php2
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