summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Command/Remote.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/pear/PEAR/Command/Remote.php b/pear/PEAR/Command/Remote.php
index deb0139596..ac4c17f216 100644
--- a/pear/PEAR/Command/Remote.php
+++ b/pear/PEAR/Command/Remote.php
@@ -200,10 +200,10 @@ version of DB is 1.2, the downloaded file will be DB-1.2.tgz.',
$data['data'][$info['category']][] = array(
$name,
- $info['stable'],
- $installed['version'],
- $desc,
- $info['deps'],
+ @$info['stable'],
+ @$installed['version'],
+ @$desc,
+ @$info['deps'],
);
}
$this->ui->outputData($data, $command);