summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Command/Registry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php
index 31ebd8b653..e07526a5a6 100644
--- a/pear/PEAR/Command/Registry.php
+++ b/pear/PEAR/Command/Registry.php
@@ -340,6 +340,7 @@ installed package.'
$key = ucwords(trim(str_replace('_', ' ', $key)));
$data['data'][] = array($key, $value);
}
+ $data['raw'] = $info;
$this->ui->outputData($data, 'package-info');
}