Changeset 7656
- Timestamp:
- 02/28/08 10:53:07 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/plugin/sfPluginInstallTask.class.php
r7397 r7656 95 95 $this->logSection('plugin', sprintf('installing plugin "%s"', $arguments['name'])); 96 96 97 $options['version'] = $options['release']; 98 unset($options['release']); 99 97 100 $this->getPluginManager()->installPlugin($arguments['name'], $options); 98 101 }