summaryrefslogtreecommitdiffstats
path: root/lib/private/connector
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-14 14:51:25 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-14 14:51:25 +0200
commit5318df3b3c45e9a5e99ac4eae62f909542de52ed (patch)
treebfb3d479208e232d22f770c0cf203fff396b7a5d /lib/private/connector
parentfb3829e8b89237c12048344fb6b2fd6151ee0d76 (diff)
downloadnextcloud-server-5318df3b3c45e9a5e99ac4eae62f909542de52ed.tar.gz
nextcloud-server-5318df3b3c45e9a5e99ac4eae62f909542de52ed.zip
there shall be tabs
Diffstat (limited to 'lib/private/connector')
-rw-r--r--lib/private/connector/sabre/auth.php2
1 files changed, 1 insertions, 1 deletions
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);