Changeset 11798
- Timestamp:
- 09/26/08 15:07:54 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/task/cache/sfCacheClearTask.class.php
r11433 r11798 102 102 $this->logSection('cache', sprintf('Clearing cache type "%s" for "%s" app and "%s" env', $options['type'], $app, $env)); 103 103 104 $appConfiguration = ProjectConfiguration::getApplicationConfiguration($app, $env, true); 105 104 106 $this->lock($app, $env); 105 107 106 $appConfiguration = ProjectConfiguration::getApplicationConfiguration($app, $env, true);107 108 $event = $appConfiguration->getEventDispatcher()->notifyUntil(new sfEvent($this, 'task.cache.clear', array('app' => $appConfiguration, 'env' => $env, 'type' => $options['type']))); 108 109 if (!$event->isProcessed())