]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix function documentation
authorBjörn Schießle <schiessle@owncloud.com>
Sat, 27 Oct 2012 13:23:35 +0000 (15:23 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Sat, 27 Oct 2012 13:23:35 +0000 (15:23 +0200)
lib/user.php

index 73b23b1c27a4ebd55b7165892b2df15206a7649d..63b10b5e8465c2ee4e99a078383a17ba51efeda1 100644 (file)
@@ -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) {