Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix #204 for WebDAV Basic Auth not working with USE_SESSION_CREDENTIALS.
Browse files Browse the repository at this point in the history
  • Loading branch information
chusopr committed Jun 27, 2013
1 parent 50a9dbf commit a32f06d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public function authenticate(Sabre\DAV\Server $server, $realm){
}
$this->currentUser = $userpass[0];

AuthService::logUser($this->currentUser, null, true);
AuthService::logUser($this->currentUser, $userpass[1], true);
$res = $this->updateCurrentUserRights(AuthService::getLoggedUser());
if($res === false){
return false;
Expand Down

0 comments on commit a32f06d

Please sign in to comment.