summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-02 13:43:37 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-02 13:43:37 +0000
commit7ea6112e4580bf3c1a73c015275d60c5acf39225 (patch)
treeb61448a8a97b3f53384b0966594acbba21eed24b /roundcubemail/program
parentfcb368cc3bc3ec94874a4b6e123b010544c34ec9 (diff)
- fixed typo
git-svn-id: https://svn.roundcube.net/trunk@1715 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/include/rcube_message.php2
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');