diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-27 08:00:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-27 08:00:00 +0000 |
| commit | 1637822a871fc6feaa3173e56db8d5f857576de3 (patch) | |
| tree | 680b5f74de083a4ad6ac7ecc25e1e970b9327618 | |
| parent | ac53588885c964bc6fe895d841ff690870f7528e (diff) | |
- typo
git-svn-id: https://svn.roundcube.net/trunk@2364 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 356b3d943..ab25b1b8d 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -71,7 +71,7 @@ if ($msg_uid = $_SESSION['compose']['param']['_reply_uid']) else if ($msg_uid = $_SESSION['compose']['param']['_forward_uid']) $compose_mode = RCUBE_COMPOSE_FORWARD; else if ($msg_uid = $_SESSION['compose']['param']['_draft_uid']) { - $RCMAIl->imap->set_mailbox($CONFIG['drafts_mbox']); + $RCMAIL->imap->set_mailbox($CONFIG['drafts_mbox']); $compose_mode = RCUBE_COMPOSE_DRAFT; } |
