djmaze 2021-12-03 00:50:31 +01:00
parent 5cf3842b42
commit 2588e5b328

View file

@ -22,7 +22,7 @@ trait Contacts
$mData = $this->getContactsSyncData($oAccount);
$bResult = $this->setContactsSyncData(array(
$bResult = $this->setContactsSyncData($oAccount, array(
'Enable' => $bEnabled,
'User' => $sUser,
'Password' => APP_DUMMY === $sPassword && isset($mData['Password'])