From cae3ecab64d029e306c0505e00f01752ea6595e1 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 4 Jun 2008 07:05:47 +0000 Subject: -typo in get_header() git-svn-id: https://svn.roundcube.net/trunk@1468 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index 7dc74ab28..4d3cb6ca9 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -82,7 +82,7 @@ class rcube_message */ public function get_header($name, $raw = false) { - $value = $this->header->$name; + $value = $this->headers->$name; return $raw ? $value : $this->imap->decode_header($value); } -- cgit v1.2.3