From 3d46585b206250468964bae3bba3c0c25525ca7c Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 22 Jul 2008 08:01:42 +0000 Subject: Improve HTML sanitization with washtml git-svn-id: https://svn.roundcube.net/trunk@1603 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_message.php | 1 - 1 file changed, 1 deletion(-) (limited to 'roundcubemail/program/include') 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, -- cgit v1.2.3