Skip to content

Commit

Permalink
Pass raw data to frontend (Christian Dickmann)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvvcox committed Aug 5, 2003
1 parent d3600ea commit 6c93b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pear/PEAR/Command/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ function doInfo($command, $options, $params)
$key = ucwords(trim(str_replace('_', ' ', $key)));
$data['data'][] = array($key, $value);
}
$data['raw'] = $info;

$this->ui->outputData($data, 'package-info');
}
Expand Down

0 comments on commit 6c93b30

Please sign in to comment.