mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Resolve #1179
This commit is contained in:
parent
0e3025eb79
commit
b8ebe6c1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -200,8 +200,8 @@ class PdoAddressBook
|
|||
if (\count($aIdsForDeletion)) {
|
||||
\SnappyMail\HTTP\Stream::JSON(['messsage'=>'Delete local ' . \implode(', ', $aIdsForDeletion)]);
|
||||
$this->DeleteContacts($aIdsForDeletion);
|
||||
unset($aIdsForDeletion);
|
||||
\SnappyMail\Log::info('PdoAddressBook', \count($aIdsForDeletion) . ' local contacts removed');
|
||||
unset($aIdsForDeletion);
|
||||
}
|
||||
|
||||
$this->flushDeletedContacts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue