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 {
* @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) {
......
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