summaryrefslogtreecommitdiffstats
path: root/lib/user.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-10-27 15:23:35 +0200
committerBjörn Schießle <schiessle@owncloud.com>2012-10-27 15:53:10 +0200
commit8a3eda16f2b134477db5023095ca8744f7e9c4d0 (patch)
treecdd48d8fdb59e13f543612e95a1a6f68e588fa4e /lib/user.php
parenta93660d37a49128151c359b435c5d108160e8d9f (diff)
downloadnextcloud-server-8a3eda16f2b134477db5023095ca8744f7e9c4d0.tar.gz
nextcloud-server-8a3eda16f2b134477db5023095ca8744f7e9c4d0.zip
fix function documentation
Diffstat (limited to 'lib/user.php')
-rw-r--r--lib/user.php3
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) {