From 82bac871fa626e82a593f7ab5a4ca3509261049f Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 2 Sep 2008 13:43:37 +0000 Subject: - fixed typo --- program/include/rcube_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php index 48f999785..1e3bc7f7e 100644 --- a/program/include/rcube_message.php +++ b/program/include/rcube_message.php @@ -279,7 +279,7 @@ class rcube_message $this->parts[] = $print_part; } // show plaintext warning - else if ($html_part !== nullL && empty($this->parts)) { + else if ($html_part !== null && empty($this->parts)) { $c = new stdClass; $c->type = 'content'; $c->body = rcube_label('htmlmessage'); -- cgit v1.2.3