mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 10:39:21 +03:00
CS fix.
This commit is contained in:
parent
14e14ab9b1
commit
99ff744c5b
@ -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…
x
Reference in New Issue
Block a user