Commit afa9619b authored by Karl Denninger's avatar Karl Denninger

ZP-1279 Add missing paren -- apologies for the miss. Released under the Affero...

ZP-1279 Add missing paren -- apologies for the miss. Released under the Affero GNU General Public License (AGPL) version 3.
parent 092d72ef
...@@ -1544,7 +1544,7 @@ class BackendIMAP extends BackendDiff implements ISearchProvider { ...@@ -1544,7 +1544,7 @@ class BackendIMAP extends BackendDiff implements ISearchProvider {
$folderImapid = $this->getImapIdFromFolderId($folderid); $folderImapid = $this->getImapIdFromFolderId($folderid);
if (strcasecmp($folderImapid, $this->create_name_folder(IMAP_FOLDER_TRASH)) != 0) { if (strcasecmp($folderImapid, $this->create_name_folder(IMAP_FOLDER_TRASH)) != 0) {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendIMAP->DeleteMessage('%s','%s') move message to trash folder", $folderid, $id)); ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendIMAP->DeleteMessage('%s','%s') move message to trash folder", $folderid, $id));
return($this->MoveMessage($folderid, $id, $this->create_name_folder(IMAP_FOLDER_TRASH), $contentparameters); return($this->MoveMessage($folderid, $id, $this->create_name_folder(IMAP_FOLDER_TRASH), $contentparameters));
} }
$this->imap_reopen_folder($folderImapid); $this->imap_reopen_folder($folderImapid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment