Development

Changeset 10198

You must first sign up to be able to contribute.

Changeset 10198

Show
Ignore:
Timestamp:
07/10/08 13:55:29 (1 year ago)
Author:
fabien
Message:

fixed plugin:install task when providing a channel via the --channel option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/task/plugin/sfPluginInstallTask.class.php

    r8893 r10198  
    108108      try 
    109109      { 
    110         $license = $this->getPluginManager()->getPluginLicense($arguments['name'], isset($options['channel']) ? $options['channel'] : null); 
     110        $license = $this->getPluginManager()->getPluginLicense($arguments['name'], $options); 
    111111      } 
    112112      catch (Exception $e) 
  • branches/1.2/lib/task/plugin/sfPluginInstallTask.class.php

    r8893 r10198  
    108108      try 
    109109      { 
    110         $license = $this->getPluginManager()->getPluginLicense($arguments['name'], isset($options['channel']) ? $options['channel'] : null); 
     110        $license = $this->getPluginManager()->getPluginLicense($arguments['name'], $options); 
    111111      } 
    112112      catch (Exception $e) 

The Sensio Labs Network

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