mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 18:49:20 +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);
|
||||
|
||||
$bResult = $this->setContactsSyncData(array(
|
||||
$bResult = $this->setContactsSyncData($oAccount, array(
|
||||
'Enable' => $bEnabled,
|
||||
'User' => $sUser,
|
||||
'Password' => APP_DUMMY === $sPassword && isset($mData['Password'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue