mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Undefined $aConfig #344
This commit is contained in:
parent
e1426b484e
commit
8ed00452f9
1 changed files with 3 additions and 3 deletions
|
|
@ -422,9 +422,9 @@ trait CardDAV
|
|||
if (!$this->aDAVConfig['Mode']) {
|
||||
return null;
|
||||
}
|
||||
$sUrl = $aConfig['Url'];
|
||||
$sUser = $aConfig['User'];
|
||||
$sPassword = $aConfig['Password'];
|
||||
$sUrl = $this->aDAVConfig['Url'];
|
||||
$sUser = $this->aDAVConfig['User'];
|
||||
$sPassword = $this->aDAVConfig['Password'];
|
||||
$sProxy = '';
|
||||
|
||||
$aMatch = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue