Development

Changeset 5394

You must first sign up to be able to contribute.

Changeset 5394

Show
Ignore:
Timestamp:
10/06/07 12:25:54 (2 years ago)
Author:
dwhittle
Message:

dwhittle: fixed generate + optimize task (removed command line)

Files:

Legend:

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

    r5262 r5394  
    5252  protected function execute($arguments = array(), $options = array()) 
    5353  { 
    54     if(!isset($this->commandApplication)) 
    55     { 
    56       throw new sfCommandException('You can only launch this task from the command line.'); 
    57     } 
    58  
    5954    if (count($arguments) < 2) 
    6055    { 
  • branches/dwhittle/lib/task/cache/sfCacheOptimizeTask.class.php

    r5262 r5394  
    4545  protected function execute($arguments = array(), $options = array()) 
    4646  { 
    47     if(!isset($this->commandApplication)) 
    48     { 
    49       throw new sfCommandException('You can only launch this task from the command line.'); 
    50     } 
    51  
    5247    if(count($arguments) < 2) 
    5348    { 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.