diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-22 08:01:42 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-22 08:01:42 +0000 |
| commit | 3d46585b206250468964bae3bba3c0c25525ca7c (patch) | |
| tree | 315948452277a0293b275710c35e89682c6f8175 /roundcubemail/program/include/rcube_message.php | |
| parent | a414d18d4e24bcd37e42704761637b197bd8314b (diff) | |
Improve HTML sanitization with washtml
git-svn-id: https://svn.roundcube.net/trunk@1603 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_message.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_message.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index 6654c3f90..48f999785 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -57,7 +57,6 @@ class rcube_message list(, $this->sender) = each($this->imap->decode_address_list($this->headers->from)); $this->set_safe((intval($_GET['_safe']) || $_SESSION['safe_messages'][$uid])); - $this->set_safe(0); $this->opt = array( 'safe' => $this->is_safe, |
