Browse Source

fix function documentation

remotes/origin/stable5
Björn Schießle 13 years ago
parent
commit
8a3eda16f2
  1. 3
      lib/user.php

3
lib/user.php

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

Loading…
Cancel
Save