From b17a507941b469912ec457a1f7e2c8dd75ece48d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 06 Aug 2014 04:11:22 -0400
Subject: [PATCH] Add missing Net_LDAP3_Result::get_dn() method

---
 program/lib/Roundcube/rcube_text2html.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/program/lib/Roundcube/rcube_text2html.php b/program/lib/Roundcube/rcube_text2html.php
index 363f1b2..46c2b7e 100644
--- a/program/lib/Roundcube/rcube_text2html.php
+++ b/program/lib/Roundcube/rcube_text2html.php
@@ -127,10 +127,8 @@
      */
     protected function _convert()
     {
-        $text = stripslashes($this->text);
-
         // Convert TXT to HTML
-        $this->html       = $this->_converter($text);
+        $this->html       = $this->_converter($this->text);
         $this->_converted = true;
     }
 

--
Gitblit v1.9.1