-typo in get_header()

release-0.6
alecpl 16 years ago
parent 68217c548a
commit 5d6ec21f9f

@ -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);
}

Loading…
Cancel
Save