diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 13:43:37 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 13:43:37 +0000 |
| commit | 7ea6112e4580bf3c1a73c015275d60c5acf39225 (patch) | |
| tree | b61448a8a97b3f53384b0966594acbba21eed24b /roundcubemail/program/include | |
| parent | fcb368cc3bc3ec94874a4b6e123b010544c34ec9 (diff) | |
- fixed typo
git-svn-id: https://svn.roundcube.net/trunk@1715 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index 48f999785..1e3bc7f7e 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/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'); |
