Merge branch 'log_xss_fixes' into storageareas

This commit is contained in:
Isaac Connor 2016-12-08 15:52:37 -05:00
commit 08370b010e
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ function Error( $string )
function Fatal( $string )
{
Logger::fetch()->logPrint( Logger::FATAL, $string );
die( $string );
die( htmlentities($string) );
}
function Panic( $string )