Ignore:
Timestamp:
Sep 2, 2008 9:43:37 AM (5 years ago)
Author:
alec
Message:
  • fixed typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_message.php

    r1603 r1715  
    280280      } 
    281281      // show plaintext warning 
    282       else if ($html_part !== nullL && empty($this->parts)) { 
     282      else if ($html_part !== null && empty($this->parts)) { 
    283283        $c = new stdClass; 
    284284        $c->type = 'content'; 
Note: See TracChangeset for help on using the changeset viewer.