Skip to content

Commit

Permalink
-typo in get_header()
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jun 4, 2008
1 parent 68217c5 commit 5d6ec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/include/rcube_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function __construct($uid)
*/
public function get_header($name, $raw = false)
{
$value = $this->header->$name;
$value = $this->headers->$name;
return $raw ? $value : $this->imap->decode_header($value);
}

Expand Down

0 comments on commit 5d6ec21

Please sign in to comment.