fix function documentation
This commit is contained in:
parent
a93660d37a
commit
8a3eda16f2
|
@ -369,8 +369,7 @@ class OC_User {
|
||||||
* @param $password The password
|
* @param $password The password
|
||||||
* @returns string
|
* @returns string
|
||||||
*
|
*
|
||||||
* Check if the password is correct without logging in the user
|
* returns the path to the users home directory
|
||||||
* returns the user id or false
|
|
||||||
*/
|
*/
|
||||||
public static function getHome($uid) {
|
public static function getHome($uid) {
|
||||||
foreach(self::$_usedBackends as $backend) {
|
foreach(self::$_usedBackends as $backend) {
|
||||||
|
|
Loading…
Reference in New Issue