Development

Changeset 4896

You must first sign up to be able to contribute.

Changeset 4896

Show
Ignore:
Timestamp:
08/25/07 09:16:58 (1 year ago)
Author:
dwhittle
Message:

dwhittle: renamed task cache:create to cache:generate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/lib/task/cache/sfCacheOptimizeTask.class.php

    r4869 r4896  
    6868 
    6969    $config = sprintf('cache/%s/%s/config/config_core_compile.yml.php', $application, $environment); 
     70 
    7071    if(!is_readable($config)) 
    7172    { 
    72       $cacheCreate = new sfCacheCreateTask($this->commandApplication); 
     73      $cacheCreate = new sfCacheGenerateTask($this->commandApplication); 
    7374      $cacheCreate->run(array('application' => $arguments['application'],  'environment' => $arguments['environment'])); 
    74       // throw new sfCommandException('No configuration cache to optimize.'); 
    7575    } 
    7676