Development

Changeset 7658

You must first sign up to be able to contribute.

Changeset 7658

Show
Ignore:
Timestamp:
02/28/08 11:09:38 (1 year ago)
Author:
fabien
Message:

fixed plugin:uninstall

Files:

Legend:

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

    r7397 r7658  
    7070    $this->logSection('plugin', sprintf('uninstalling plugin "%s"', $arguments['name'])); 
    7171 
    72     $this->getPluginManager()->uninstallPlugin($arguments['name'], $options); 
     72    $this->getPluginManager()->uninstallPlugin($arguments['name'], $options['channel']); 
    7373  } 
    7474} 

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.