there shall be tabs

This commit is contained in:
Thomas Müller 2013-10-14 14:51:25 +02:00
parent fb3829e8b8
commit 5318df3b3c
1 changed files with 1 additions and 1 deletions

View 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);