diff options
author | Tomas V.V.Cox <cox@php.net> | 2002-03-23 17:46:51 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2002-03-23 17:46:51 +0000 |
commit | 1cf543c34ad3cf44163369218a82dc238a41a511 (patch) | |
tree | 0ae4256a9362255c5e871b129963e073b022778a | |
parent | fdce319634a4649e79ca08544af018cc482a96d4 (diff) | |
download | php-git-1cf543c34ad3cf44163369218a82dc238a41a511.tar.gz |
Yet another break; forgotten
-rw-r--r-- | pear/PEAR/Command/Package.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 563aa5f0d0..167a2ef734 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -98,6 +98,7 @@ class PEAR_Command_Package extends PEAR_Command_Common case 'doc': $dest = $this->config->get('doc_dir') . DIRECTORY_SEPARATOR . $dest; + break; case 'php': default: $dest = $this->config->get('php_dir') . DIRECTORY_SEPARATOR . |