diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-10-27 15:23:35 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-27 18:08:00 +0200 |
commit | 0d3f68cc7a425410e498e9946ab9847348dcdc55 (patch) | |
tree | 26f95691b6150babb4323e267c5fd51633555a71 | |
parent | 72aebe3aa3ce51ef47ef6005b528c4d296e208c6 (diff) | |
download | nextcloud-server-0d3f68cc7a425410e498e9946ab9847348dcdc55.tar.gz nextcloud-server-0d3f68cc7a425410e498e9946ab9847348dcdc55.zip |
fix function documentation
-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) { |