[DoctrineBundle] tweaked previous merge

This commit is contained in:
Fabien Potencier 2011-09-30 18:08:38 +02:00
parent 4790a5e43f
commit 87416b4756

View File

@ -68,12 +68,12 @@ class DoctrineBundle extends Bundle
}
}
}
}
clearstatcache($file);
if (!file_exists($file)) {
throw new \RuntimeException(sprintf('The proxy file "%s" does not exist. If you still have objects serialized in the session, you need to clear the session manually.', $file));
clearstatcache($file);
if (!file_exists($file)) {
throw new \RuntimeException(sprintf('The proxy file "%s" does not exist. If you still have objects serialized in the session, you need to clear the session manually.', $file));
}
}
require $file;