Skip to content
Snippets Groups Projects
Commit 60f558cd authored by Bart Visscher's avatar Bart Visscher
Browse files

Fix initialization of OC_Filesystem setup from DAV

parent e943f6c0
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class OC_Connector_Sabre_Auth extends Sabre_DAV_Auth_Backend_AbstractBasic {
protected function validateUserPass($username, $password){
OC_Util::setUpFS();//login hooks may need early access to the filesystem
if(OC_User::login($username,$password)){
OC_Util::setUpFS();
OC_Util::setUpFS($username);
return true;
}
else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment