Skip to content
Snippets Groups Projects
Commit 8a3eda16 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix function documentation

parent a93660d3
No related branches found
No related tags found
No related merge requests found
...@@ -369,8 +369,7 @@ class OC_User { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment