summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-21 20:51:50 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-23 16:44:40 +0100
commit1fd1b355e46aba83917c81ddc91a369598f9e6e1 (patch)
tree098e4f25ea3c40ad4b424223f788cfc0d06a3408 /lib/private/user.php
parentf54cd14c7e7ea3a8e63ce35b3ac2c3ff5db984f5 (diff)
downloadnextcloud-server-1fd1b355e46aba83917c81ddc91a369598f9e6e1.tar.gz
nextcloud-server-1fd1b355e46aba83917c81ddc91a369598f9e6e1.zip
Fix namespace of OC_Setup -> \OC\Setup
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 5d3152247ec..bd8f3f72db4 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -187,7 +187,7 @@ class OC_User {
* itself, not in its subclasses.
*
* Allowed characters in the username are: "a-z", "A-Z", "0-9" and "_.@-"
- * @deprecated Use \OC::$server->getUserManager->createUser($uid, $password)
+ * @deprecated Use \OC::$server->getUserManager()->createUser($uid, $password)
*/
public static function createUser($uid, $password) {
return self::getManager()->createUser($uid, $password);