diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-01-07 16:45:03 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-01-07 16:45:03 +0100 |
commit | 861f32a22b04d7052412f76d4fa22c29916971f8 (patch) | |
tree | fe89e404c1b19d1e49aed0d179c6be04cfc68809 /apps/user_webdavauth/user_webdavauth.php | |
parent | 3dbb148567cb2954fdd196ca6fdf4c008e2a3682 (diff) | |
download | nextcloud-server-861f32a22b04d7052412f76d4fa22c29916971f8.tar.gz nextcloud-server-861f32a22b04d7052412f76d4fa22c29916971f8.zip |
Update apps/user_webdavauth/user_webdavauth.php
Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110
Diffstat (limited to 'apps/user_webdavauth/user_webdavauth.php')
-rwxr-xr-x | apps/user_webdavauth/user_webdavauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/user_webdavauth.php b/apps/user_webdavauth/user_webdavauth.php index 839196c114c..1459781a3b4 100755 --- a/apps/user_webdavauth/user_webdavauth.php +++ b/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; |