diff options
| author | Stig Bakken <ssb@php.net> | 2002-04-07 13:22:21 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2002-04-07 13:22:21 +0000 |
| commit | 73f4b5b2fa991d92c1657c588562bce7aea220c0 (patch) | |
| tree | 8a766d283d0c0b19f2989b60349255411ce100e1 /pear | |
| parent | 5179e9d0fac5c1f7ea93b9c9b64498cfe8862692 (diff) | |
| download | php-git-73f4b5b2fa991d92c1657c588562bce7aea220c0.tar.gz | |
* typo
Diffstat (limited to 'pear')
| -rw-r--r-- | pear/PEAR/Command/Package.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 2ba266e918..f82efb2473 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -108,7 +108,7 @@ class PEAR_Command_Package extends PEAR_Command_Common $this->config->get('doc_dir')); $packager->debug = $this->config->get('verbose'); $err = $warn = array(); - $packager->validateInfo($pkginfofile, $err, $warn); + $packager->validatePackageInfo($pkginfofile, $err, $warn); foreach ($err as $e) { $this->ui->displayLine("Error: $e"); } |
