summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/headers.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-16 15:14:41 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-16 15:14:41 +0000
commit272c49b8ca54267634f94d7fdde7c2c2040df165 (patch)
tree6e51092afa198a7fbc01b061cca99ad59f112d9d /roundcubemail/program/steps/mail/headers.inc
parentcbd7d7b73b9571a4030961155f1fe0cbb0f1a3d3 (diff)
Merged devel-framework branch (r5746:5779) back into trunk
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/headers.inc')
-rw-r--r--roundcubemail/program/steps/mail/headers.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/headers.inc b/roundcubemail/program/steps/mail/headers.inc
index 5eee4bdef..0cce5a503 100644
--- a/roundcubemail/program/steps/mail/headers.inc
+++ b/roundcubemail/program/steps/mail/headers.inc
@@ -20,7 +20,7 @@
if ($uid = get_input_value('_uid', RCUBE_INPUT_POST))
{
- $source = $RCMAIL->imap->get_raw_headers($uid);
+ $source = $RCMAIL->storage->get_raw_headers($uid);
if ($source !== false) {
$source = htmlspecialchars(trim($source));