aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2plain.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/html2plain.php')
-rw-r--r--include/html2plain.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/html2plain.php b/include/html2plain.php
index 839dd70a7..5631e4954 100644
--- a/include/html2plain.php
+++ b/include/html2plain.php
@@ -100,7 +100,6 @@ function collecturls($message) {
function html2plain($html, $wraplength = 75, $compact = false)
{
- global $lang;
$message = str_replace("\r", "", $html);