[feature/request-class] Do not html escape user agent in header_filename

PHPBB3-9716
This commit is contained in:
Igor Wiedler 2011-08-18 22:52:09 +02:00
parent 38c65da553
commit b4ae124084

View file

@ -276,7 +276,7 @@ function header_filename($file)
{
global $request;
$user_agent = $request->header('User-Agent', '', true);
$user_agent = $request->header('User-Agent');
// There be dragons here.
// Not many follows the RFC...