Skip to content
Snippets Groups Projects
Commit 861f32a2 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Update apps/user_webdavauth/user_webdavauth.php

Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 
parent 3dbb1485
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment