From a8d4042f8268212104a094f1a1fd229fc219818b Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 Aug 2008 16:14:17 +0000 Subject: Remaining htmlentities calls converted to utf-8 git-svn-id: https://code.elgg.org/elgg/trunk@1805 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/messages/exceptions/exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/messages/exceptions/exception.php') diff --git a/views/default/messages/exceptions/exception.php b/views/default/messages/exceptions/exception.php index de178eda7..a484c6bee 100644 --- a/views/default/messages/exceptions/exception.php +++ b/views/default/messages/exceptions/exception.php @@ -29,7 +29,7 @@ END; if ($CONFIG->debug) { - $details = autop(htmlentities(print_r($vars['object'], true))); + $details = autop(htmlentities(print_r($vars['object'], true), null, 'UTF-8')); $body .= <<< END

-- cgit v1.2.3