From 89a17c2138f2d9b5b350ab1749529fa1b5e950c1 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 8 Aug 2013 20:56:19 +0200 Subject: [PATCH] Fixed encoding of SystemException --- .../files/lib/system/exception/SystemException.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/exception/SystemException.class.php b/wcfsetup/install/files/lib/system/exception/SystemException.class.php index 24b0ee0113..60db722739 100644 --- a/wcfsetup/install/files/lib/system/exception/SystemException.class.php +++ b/wcfsetup/install/files/lib/system/exception/SystemException.class.php @@ -81,14 +81,12 @@ class SystemException extends LoggedException implements IPrintableException { } // print report - echo ''; $e = ($this->getPrevious() ?: $this); - ?> - - + ?> Fatal error: <?php echo StringUtil::encodeHTML($this->_getMessage()); ?> +