Changeset 4896
- Timestamp:
- 08/25/07 09:16:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/lib/task/cache/sfCacheOptimizeTask.class.php
r4869 r4896 68 68 69 69 $config = sprintf('cache/%s/%s/config/config_core_compile.yml.php', $application, $environment); 70 70 71 if(!is_readable($config)) 71 72 { 72 $cacheCreate = new sfCache CreateTask($this->commandApplication);73 $cacheCreate = new sfCacheGenerateTask($this->commandApplication); 73 74 $cacheCreate->run(array('application' => $arguments['application'], 'environment' => $arguments['environment'])); 74 // throw new sfCommandException('No configuration cache to optimize.');75 75 } 76 76