[HttpKernel] Override the existing tokens in FileProfilerStorage

This commit is contained in:
alexandresalome 2011-08-29 13:58:35 +02:00
parent b1b1424f48
commit 188a5fa1ab

View File

@ -119,10 +119,6 @@ class FileProfilerStorage implements ProfilerStorageInterface
{
$file = $this->getFilename($profile->getToken());
if (file_exists($file)) {
return false;
}
// Create directory
$dir = dirname($file);
if (!is_dir($dir)) {