From 043880738ae1489b87eb63b94729fa6112e3c67f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 18 Oct 2012 09:53:03 +0200 Subject: Ignore htmlspecialchars() warnings --- program/include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/html.php b/program/include/html.php index 234985241..880873ddc 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -334,7 +334,7 @@ class html */ public static function quote($str) { - return htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET); + return @htmlspecialchars($str, ENT_COMPAT, RCMAIL_CHARSET); } } -- cgit v1.2.3