* PEAR_Installer constructor now expects only the UI object

This commit is contained in:
Stig Bakken 2002-04-29 06:24:37 +00:00
parent 1ca41f7f49
commit ac53945e9b

View File

@ -94,9 +94,7 @@ class PEAR_Command_Install extends PEAR_Command_Common
function run($command, $options, $params)
{
$installer = &new PEAR_Installer($this->config);
$installer->setFrontend($this->ui);
$installer->debug = $this->config->get('verbose');
$installer = &new PEAR_Installer($this->ui);
$failmsg = '';
$opts = array();