From 204e1e03e9cd6a9007e4fc7ff4202b09dc9ea2b2 Mon Sep 17 00:00:00 2001
From: NETLINK <julianmatz@netlink.ie>
Date: Fri, 09 Nov 2012 00:13:22 -0500
Subject: [PATCH] Update plugins/password/password.php
---
program/include/html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/html.php b/program/include/html.php
index 2349852..880873d 100644
--- a/program/include/html.php
+++ b/program/include/html.php
@@ -334,7 +334,7 @@
*/
public static function quote($str)
{
- return htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET);
+ return @htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET);
}
}
--
Gitblit v1.9.1