fix function documentation

remotes/origin/stable45
Björn Schießle 2012-10-27 15:23:35 +07:00
parent 46e9bf5678
commit db6fc916cf
1 changed files with 1 additions and 2 deletions

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