summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 12:22:34 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 12:22:34 +0200
commitfd798fd9827d81eb8efc78d6eea688b541262c4e (patch)
tree2d6642503cab4109575c62051b8e4360890fe1fa /lib/private/user.php
parent27d94e92736e40044d8543d33813fe548af45335 (diff)
downloadnextcloud-server-fd798fd9827d81eb8efc78d6eea688b541262c4e.tar.gz
nextcloud-server-fd798fd9827d81eb8efc78d6eea688b541262c4e.zip
update deprecation docs
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index 5efe205ced9..cdef4d8fe65 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -64,7 +64,7 @@ class OC_User {
/**
* registers backend
* @param string $backend name of the backend
- * @deprecated Add classes by calling useBackend with a class instance instead
+ * @deprecated Add classes by calling OC_User::useBackend() with a class instance instead
* @return bool
*
* Makes a list of backends that can be used by other modules