aboutsummaryrefslogtreecommitdiff
path: root/views/default/messages/exceptions/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/messages/exceptions/exception.php')
-rw-r--r--views/default/messages/exceptions/exception.php2
1 files changed, 1 insertions, 1 deletions
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
<hr />
<p class="messages-exception-detail">