From: Thomas Müller Date: Mon, 14 Oct 2013 12:51:25 +0000 (+0200) Subject: there shall be tabs X-Git-Tag: v6.0.0beta2~106^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5318df3b3c45e9a5e99ac4eae62f909542de52ed;p=nextcloud-server.git there shall be tabs --- diff --git a/lib/private/connector/sabre/auth.php b/lib/private/connector/sabre/auth.php index 5491d376316..0c84fa6b757 100644 --- a/lib/private/connector/sabre/auth.php +++ b/lib/private/connector/sabre/auth.php @@ -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);