Changeset 5394
- Timestamp:
- 10/06/07 12:25:54 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/lib/task/cache/sfCacheGenerateTask.class.php
r5262 r5394 52 52 protected function execute($arguments = array(), $options = array()) 53 53 { 54 if(!isset($this->commandApplication))55 {56 throw new sfCommandException('You can only launch this task from the command line.');57 }58 59 54 if (count($arguments) < 2) 60 55 { branches/dwhittle/lib/task/cache/sfCacheOptimizeTask.class.php
r5262 r5394 45 45 protected function execute($arguments = array(), $options = array()) 46 46 { 47 if(!isset($this->commandApplication))48 {49 throw new sfCommandException('You can only launch this task from the command line.');50 }51 52 47 if(count($arguments) < 2) 53 48 {

