summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-31 18:30:54 +0100
committerAleksander Machniak <alec@alec.pl>2014-10-31 18:31:59 +0100
commita4289060e62ece4f4bd35bb00b2d03022afe012c (patch)
treefede8d8bd8895b0e34905310575a0c06722d3f2f /program
parente03bcf3406722b2fe3a514524b117420f07baa19 (diff)
Fixed typo
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/sendmail.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index 6c4006426..d5f1a7baf 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -543,7 +543,7 @@ if ($savedraft) {
else if (!$RCMAIL->config->get('no_save_sent_messages')) {
$store_target = rcube_utils::get_input_value('_store_target', rcube_utils::INPUT_POST);
if (!strlen($store_target)) {
- $sore_target = $RCMAIL->config->get('sent_mbox');
+ $store_target = $RCMAIL->config->get('sent_mbox');
}
}