]> granicus.if.org Git - php/commitdiff
* PEAR_Installer constructor now expects only the UI object
authorStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:24:37 +0000 (06:24 +0000)
committerStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:24:37 +0000 (06:24 +0000)
pear/PEAR/Command/Install.php

index a9ffa65cd8f49eba34fc82231364e475c4e1a7c0..a4efc90fd9a16eb335727c4cc327b60de9b6006e 100644 (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();