]> source.dussan.org Git - nextcloud-server.git/commitdiff
there shall be tabs
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 14 Oct 2013 12:51:25 +0000 (14:51 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 14 Oct 2013 12:51:25 +0000 (14:51 +0200)
lib/private/connector/sabre/auth.php

index 5491d376316f0b09b978ccccc293b3de0e3c2b91..0c84fa6b7578e85656fb042ece59a13642f44276 100644 (file)
@@ -77,7 +77,7 @@ class OC_Connector_Sabre_Auth extends Sabre_DAV_Auth_Backend_AbstractBasic {
                        $user = OC_User::getUser();
                        OC_Util::setupFS($user);
                        $this->currentUser = $user;
-                   return true;
+                       return true;
                }
 
                return parent::authenticate($server, $realm);