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:53:10 +0200 |
commit | 8a3eda16f2b134477db5023095ca8744f7e9c4d0 (patch) | |
tree | cdd48d8fdb59e13f543612e95a1a6f68e588fa4e /lib/user.php | |
parent | a93660d37a49128151c359b435c5d108160e8d9f (diff) | |
download | nextcloud-server-8a3eda16f2b134477db5023095ca8744f7e9c4d0.tar.gz nextcloud-server-8a3eda16f2b134477db5023095ca8744f7e9c4d0.zip |
fix function documentation
Diffstat (limited to 'lib/user.php')
-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 064fcbad96f..869984a16eb 100644 --- a/lib/user.php +++ b/lib/user.php @@ -369,8 +369,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) { |