Update apps/user_webdavauth/user_webdavauth.php

Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110
This commit is contained in:
Frank Karlitschek 2013-01-07 16:45:03 +01:00
parent 3dbb148567
commit 861f32a22b
1 changed files with 1 additions and 1 deletions

View File

@ -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;