Changeset 12548
- Timestamp:
- 11/01/08 17:55:27 (1 year ago)
- Files:
-
- branches/1.2/lib/autoload/sfCoreAutoload.class.php (modified) (1 diff)
- branches/1.2/lib/task/cache/sfCacheClearTask.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/autoload/sfCoreAutoload.class.php
r12503 r12548 368 368 'sfWebDebugUpgrade' => 'task/project/upgrade1.1', 369 369 'sfFactories12Upgrade' => 'task/project/upgrade1.2', 370 'sfPluginAssetsUpgrade' => 'task/project/upgrade1.2', 370 371 'sfPropel13Upgrade' => 'task/project/upgrade1.2', 371 372 'sfPropelIniUpgrade' => 'task/project/upgrade1.2', branches/1.2/lib/task/cache/sfCacheClearTask.class.php
r12243 r12548 124 124 125 125 // clear global cache 126 if (is_null($options['app']) && is_null($options['type']))126 if (is_null($options['app']) && 'all' == $options['type']) 127 127 { 128 128 $this->getFilesystem()->remove(sfFinder::type('file')->discard('.sf')->in(sfConfig::get('sf_cache_dir')));

