1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-04-23 21:58:40 +02:00
commit 457cf411ef
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

@ -386,8 +386,7 @@ class feed
));
$response = new Response($content);
$response->headers->set('Content-Type', 'application/atom+xml');
$response->setCharset('UTF-8');
$response->headers->set('Content-Type', 'application/atom+xml; charset=UTF-8');
$response->setLastModified(new \DateTime('@' . $feed_updated_time));
if (!empty($this->user->data['is_bot']))