Small improvement in DAV client
This commit is contained in:
parent
c8ac5637a4
commit
e21f48d3ba
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ class kolab_dav_client
|
|||
$url = str_replace(rawurlencode($this->user) . ':' . rawurlencode($this->password) . '@', '', $url);
|
||||
}
|
||||
else {
|
||||
$this->user = $this->rc->user->get_username();
|
||||
$this->password = $this->rc->decrypt($_SESSION['password']);
|
||||
$this->user = $this->rc->get_user_name();
|
||||
$this->password = $this->rc->get_user_password();
|
||||
}
|
||||
|
||||
$this->url = $url;
|
||||
|
|
Loading…
Add table
Reference in a new issue