Update apps/user_webdavauth/user_webdavauth.php

Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110
remotes/origin/stable5
Frank Karlitschek 12 years ago
parent 3dbb148567
commit 861f32a22b
  1. 2
      apps/user_webdavauth/user_webdavauth.php

@ -65,7 +65,7 @@ class OC_USER_WEBDAVAUTH extends OC_User_Backend {
}
/*
* we don´t know if a user exists without the password. so we have to return false all the time
* we don´t know if a user exists without the password. so we have to return true all the time
*/
public function userExists( $uid ){
return true;

Loading…
Cancel
Save