mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Update apps/user_webdavauth/user_webdavauth.php
Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110
This commit is contained in:
parent
3dbb148567
commit
861f32a22b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue