mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
This commit is contained in:
parent
5cf3842b42
commit
2588e5b328
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ trait Contacts
|
||||||
|
|
||||||
$mData = $this->getContactsSyncData($oAccount);
|
$mData = $this->getContactsSyncData($oAccount);
|
||||||
|
|
||||||
$bResult = $this->setContactsSyncData(array(
|
$bResult = $this->setContactsSyncData($oAccount, array(
|
||||||
'Enable' => $bEnabled,
|
'Enable' => $bEnabled,
|
||||||
'User' => $sUser,
|
'User' => $sUser,
|
||||||
'Password' => APP_DUMMY === $sPassword && isset($mData['Password'])
|
'Password' => APP_DUMMY === $sPassword && isset($mData['Password'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue