diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-22 21:11:28 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-22 21:11:28 +0000 |
| commit | 84c97e707951b27961ed8ad6a737261c77a3407b (patch) | |
| tree | 37b3abc4af69ca273fd65ece319161d4e5ad062b /roundcubemail/program | |
| parent | a72086766e03733d27ba7273410e6f3ac252c360 (diff) | |
Corrected little typo in references
git-svn-id: https://svn.roundcube.net/trunk@151 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -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 98e0a0a2a..2241e6b87 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -59,7 +59,7 @@ if ($_GET['_reply_uid'] || $_GET['_forward_uid']) $REPLY_MESSAGE = &$MESSAGE; $_SESSION['compose']['reply_uid'] = $_GET['_reply_uid']; $_SESSION['compose']['reply_msgid'] = $REPLY_MESSAGE['headers']->messageID; - $_SESSION['compose']['reference'] = $REPLY_MESSAGE['headers']->reference; + $_SESSION['compose']['references'] = $REPLY_MESSAGE['headers']->reference; $_SESSION['compose']['references'] .= !empty($REPLY_MESSAGE['headers']->reference) ? ' ' : ''; $_SESSION['compose']['references'] .= $REPLY_MESSAGE['headers']->messageID; |
