]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update apps/user_webdavauth/user_webdavauth.php
authorFrank Karlitschek <frank@owncloud.org>
Mon, 7 Jan 2013 15:45:03 +0000 (16:45 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Mon, 7 Jan 2013 15:45:03 +0000 (16:45 +0100)
Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 

apps/user_webdavauth/user_webdavauth.php

index 839196c114c9e7f948ce301fd1e24592462cbb36..1459781a3b4034d7229cc4ac1f414c48d2b66ecd 100755 (executable)
@@ -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;