mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-05 14:23:35 +03:00
CS fix.
This commit is contained in:
parent
14e14ab9b1
commit
99ff744c5b
1 changed files with 2 additions and 2 deletions
|
@ -651,8 +651,8 @@ class Message
|
|||
public function moveToMailBox($mailbox)
|
||||
{
|
||||
$returnValue = imap_mail_copy($this->imapStream, $this->uid, $mailbox, CP_UID | CP_MOVE);
|
||||
imap_expunge($this->imapStream);
|
||||
imap_expunge($this->imapStream);
|
||||
|
||||
return $returnValue;
|
||||
return $returnValue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue