diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-10-27 15:23:35 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2012-10-27 15:23:35 +0200 |
commit | db6fc916cf0ae9986a8d9c4a2f1cb464cd7eebd7 (patch) | |
tree | 7d467401998ed86b7a72967333300629458d4a10 /lib | |
parent | 46e9bf56789b8f4b8e01491d2d77ec83e828d5c8 (diff) | |
download | nextcloud-server-db6fc916cf0ae9986a8d9c4a2f1cb464cd7eebd7.tar.gz nextcloud-server-db6fc916cf0ae9986a8d9c4a2f1cb464cd7eebd7.zip |
fix function documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/user.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/user.php b/lib/user.php index 73b23b1c27a..63b10b5e846 100644 --- a/lib/user.php +++ b/lib/user.php @@ -367,8 +367,7 @@ class OC_User { * @param $password The password * @returns string * - * Check if the password is correct without logging in the user - * returns the user id or false + * returns the path to the users home directory */ public static function getHome($uid) { foreach(self::$_usedBackends as $backend) { |