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) {