Undefined $aConfig #344

This commit is contained in:
the-djmaze 2022-05-22 10:07:33 +02:00
parent e1426b484e
commit 8ed00452f9

View file

@ -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();