[HttpKernel] fixed typo

This commit is contained in:
Fabien Potencier 2010-07-27 13:36:58 +02:00
parent 60670faf55
commit cf6885a0a9

View File

@ -139,7 +139,7 @@ class Esi
$type = 'text/html';
}
$parts = implode(';', $type);
$parts = explode(';', $type);
if (!in_array($parts[0], $this->contentTypes)) {
return $response;
}