Skip to content

Commit

Permalink
more changemessage fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Aug 1, 2024
1 parent c4ca4a0 commit fc6e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/imap/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ public function ChangeMessage($folderid, $id, $message, $contentparameters) {
ZLog::Write(LOGLEVEL_WARN, sprintf("BackendIMAP->ChangeMessage saved: %s", $saved));

if ($saved) {
$id = getRecentDraft();
$id = this->getRecentDraft();

ZLog::Write(LOGLEVEL_WARN, sprintf("BackendIMAP->ChangeMessage id: %s", $id));
}
Expand Down

0 comments on commit fc6e53f

Please sign in to comment.