Merge branch '2.0'

This commit is contained in:
William DURAND 2012-02-21 16:00:39 +01:00
commit 566472cc9b
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ abstract class AbstractPropelCommand extends ContainerAwareCommand
if (isset($properties['propel.schema.dir'])) {
$this->cacheDir = $properties['propel.schema.dir'];
} else {
$this->cacheDir = $kernel->getRootDir().'/cache/' . $kernel->getEnvironment() . '/propel';
$this->cacheDir = $kernel->getCacheDir().'/propel';
$filesystem = new Filesystem();
$filesystem->remove($this->cacheDir);