summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-06-02 11:47:04 +0000
committerStig Bakken <ssb@php.net>2002-06-02 11:47:04 +0000
commita529e58b76d937569f22fb291ac67f4594f77874 (patch)
treeee52638009b9ed5baa5491f39fee5912c48069e4
parent545ef92c0ebc80c2b865bcd938cceb2555ca9dbe (diff)
downloadphp-git-a529e58b76d937569f22fb291ac67f4594f77874.tar.gz
* typo?
-rw-r--r--pear/PEAR/Installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php
index 3915d8a57a..fef5751d69 100644
--- a/pear/PEAR/Installer.php
+++ b/pear/PEAR/Installer.php
@@ -572,8 +572,8 @@ class PEAR_Installer extends PEAR_Common
switch ($what) {
}
- if (($what == 'cmdoutput' && $this->verbose > 1) ||
- ($what == 'output' && $this->verbose > 0)) {
+ if (($what == 'cmdoutput' && $this->debug > 1) ||
+ ($what == 'output' && $this->debug > 0)) {
$this->ui->outputData(rtrim($data), 'build');
}
}