mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +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']) {
|
if (!$this->aDAVConfig['Mode']) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$sUrl = $aConfig['Url'];
|
$sUrl = $this->aDAVConfig['Url'];
|
||||||
$sUser = $aConfig['User'];
|
$sUser = $this->aDAVConfig['User'];
|
||||||
$sPassword = $aConfig['Password'];
|
$sPassword = $this->aDAVConfig['Password'];
|
||||||
$sProxy = '';
|
$sProxy = '';
|
||||||
|
|
||||||
$aMatch = array();
|
$aMatch = array();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue