From: Alexander Ebert Date: Thu, 8 Aug 2013 18:56:19 +0000 (+0200) Subject: Fixed encoding of SystemException X-Git-Tag: 2.0.0_Beta_7~42^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=89a17c2138f2d9b5b350ab1749529fa1b5e950c1;p=GitHub%2FWoltLab%2FWCF.git Fixed encoding of SystemException --- 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()); ?> +