From c321a955a7b0f6d6b13ffaebf040a6c7091037ae Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 16 Jan 2012 10:14:41 -0500 Subject: [PATCH] Merged devel-framework branch (r5746:5779) back into trunk --- program/steps/mail/headers.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc index 5eee4bd..0cce5a5 100644 --- a/program/steps/mail/headers.inc +++ b/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)); -- Gitblit v1.9.1