Changeset 10198
- Timestamp:
- 07/10/08 13:55:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/plugin/sfPluginInstallTask.class.php
r8893 r10198 108 108 try 109 109 { 110 $license = $this->getPluginManager()->getPluginLicense($arguments['name'], isset($options['channel']) ? $options['channel'] : null);110 $license = $this->getPluginManager()->getPluginLicense($arguments['name'], $options); 111 111 } 112 112 catch (Exception $e) branches/1.2/lib/task/plugin/sfPluginInstallTask.class.php
r8893 r10198 108 108 try 109 109 { 110 $license = $this->getPluginManager()->getPluginLicense($arguments['name'], isset($options['channel']) ? $options['channel'] : null);110 $license = $this->getPluginManager()->getPluginLicense($arguments['name'], $options); 111 111 } 112 112 catch (Exception $e)

